Thanks for your reply. It cleared my doubt. Just to make sure one more thing - these tifs were in CMYK colorspace and I got these error when I converted them from CMYK to RGB using -colorspace rgb option. Is it still valid to ignore the ERROR TYPE II ?
On Sat, Apr 4, 2009 at 1:04 PM, < [email protected]> wrote: > > 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'. > > 37724 means there is a proprietary tag that is ignored since it is not > defined > in the TIFF standard. The other error means the fields were not formatted > properly or have unusable values. Generally these are warnings only and > the > image you retrieve is most likely safe to use. > -- Thanks, Jaikishan _______________________________________________ Magick-users mailing list [email protected] http://studio.imagemagick.org/mailman/listinfo/magick-users
