Color Profile Warning

Post any defects you find in the released or beta versions of the ImageMagick software here. Include the ImageMagick version, OS, and any command-line required to reproduce the problem. Got a patch for a bug? Post it here.
Post Reply
spyder
Posts: 20
Joined: 2007-05-23T12:03:45-07:00

Color Profile Warning

Post 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
User avatar
magick
Site Admin
Posts: 11064
Joined: 2003-05-31T11:32:55-07:00

Re: Color Profile Warning

Post by magick »

The warning is not necessary and will be removed from the final release of 6.5.7-0. Thanks.
spyder
Posts: 20
Joined: 2007-05-23T12:03:45-07:00

Re: Color Profile Warning

Post by spyder »

Thanks!!!
Post Reply