check if a picture is perfect grayscale
Posted: 2015-08-25T11:57:03-07:00
Hi,
Not sure if this is the right forum here, and I'm a noob, sorry! How do I check if a picture is a perfect grayscale?
I tried
and got these numbers:
Thanks in advance
Not sure if this is the right forum here, and I'm a noob, sorry! How do I check if a picture is a perfect grayscale?
I tried
Code: Select all
identify -verbose myfile.png
which one shoes me if it's a perfect greyscale?Rendering intent: Perceptual
Gamma: 0.454545
Chromaticity:
red primary: (0.64,0.33)
green primary: (0.3,0.6)
blue primary: (0.15,0.06)
white point: (0.3127,0.329)
Interlace: None
Background color: white
Border color: srgba(223,223,223,1)
Matte color: grey74
Transparent color: none
Compose: Over
Page geometry: 718x256+0+0
Dispose: Undefined
Iterations: 0
Compression: Zip
Orientation: Undefined
Properties:
date:create: 2015-08-25T11:39:25-07:00
date:modify: 2015-08-25T10:23:35-07:00
png:cHRM : chunk was found (see Chromaticity, above)
png:gAMA : gamma=0.45454544 (See Gamma, above)
png:IHDR.bit_depth : 8
png:IHDR.color_type : 6 (RGBA)
png:IHDR.interlace_method: 0 (Not interlaced)
png:IHDR.width,height : 718, 256
png:sRGB : intent=0 (See Rendering intent)
signature: bc27611faa2f558af2d23572aacad0875e0c68719030fe9636df775a07ca74dd
Artifacts:
filename: grey1.png
verbose: true
Tainted: False
Filesize: 15.7KB
Number pixels: 184K
Pixels per second: 18.38MB
User time: 0.010u
Elapsed time: 0:01.010
Thanks in advance