Hello, I have several tif images in CMYK colorspace. I want to convert them into RGB colorspace and retain them in .tif format. I am using the following command:
$convert source.tif -colorspace rgb dest.tif In this process, I am getting two different types of error for different images: ERROR TYPE I : unknown field with tag 37724 (0x935c) encountered. `TIFFReadDirectory'. ERROR TYPE II: convert: incorrect count for field "MinSampleValue" (1, expecting 4); tag ignored. `source.tif'. convert: incorrect count for field "MaxSampleValue" (1, expecting 4); tag ignored. `source.tif'. I was wondering how can these warnings/error(?) can be overcomed. -- Thanks, Jaikishan _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
