I have an image with following info:
I am using identify to get mean gray value and standard deviation of this image:gray.jpg JPEG 12558x8776 12558x8776+0+0 8-bit PseudoClass 256c 1.937MB 0.000u 0:00.000
Code: Select all
identify -format %[mean]%[standard-deviation] gray.jpg
Why is the max and std exceeding 2^8 - 1? Please advise.
Thank you,
Muye