I am trying to convert a TIFF image to "colorspace Gray" with the following command:
Code: Select all
$ convert -compress none -depth 8 -colorspace Gray input.tif +profile icc,icm output.tif
Code: Select all
$ identify -format "%[colorspace]" output.tif
I use ImageMagick 6.7.6-10.
Is there any way to produce TIFF files in Gray colorspace?