Identify colorspace
Posted: 2011-03-29T06:21:44-07:00
Hi all,
I have a tiff file with the Adobe RGB 1998 icc profile embedded. The image uses only grayscale colors and
report DirectClassGray and Gray respectively.
However,
reports Colorspace RGB, which is the colorspace of the icc profile. However, -verbose is rather slow and not well-suited for batch processing. Is there another way to find the icc profile colorspace?
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