[magick-users] Problem with TIF images

Jaikishan Jalan jai.ism at gmail.com
Sat Apr 4 11:02:35 PDT 2009


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


More information about the Magick-users mailing list