I have a tiff file with the Adobe RGB 1998 icc profile embedded. The image uses only grayscale colors and
Code: Select all
identify -format "%r" image.tiff
identify -format "%[colorspace]" image.tiff
However,
Code: Select all
identify -verbose image.tiff