I want to find out the mean of a specific channel (red, in this case). But doing this
Code: Select all
identify -format "%[mean]" -channel Red image.png
I used a 3 by 3 pixel image, where I calculated the mean by hand.
On the opposite, if I do this:
Code: Select all
identify -verbose image.png
Shouldn't this be the same?
Thank you in advance