Page 1 of 1

Color Profile Warning

Posted: 2009-10-16T08:38:47-07:00
by spyder
Updated to IM v6.5.7-0 from v6.4.8-5. I've started getting warnings/errors when applying color profiles. It appears to do the conversion though.

Code being used:
convert /RGB.tif -profile /sRGB.icc -profile /USWebCoatedSWOP.icc /CMYK.tif

The RGB.tif source file does not have an embedded profile.

Warning being given:
convert: associate profile with image, a source and destination color profile required for transform `icc' @ profile.c/ProfileImage/902.

File being used:
http://www.photoflurry.com/RGB.tif

Re: Color Profile Warning

Posted: 2009-10-16T10:01:06-07:00
by magick
The warning is not necessary and will be removed from the final release of 6.5.7-0. Thanks.

Re: Color Profile Warning

Posted: 2009-10-16T10:05:57-07:00
by spyder
Thanks!!!