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.
convert: associate profile with image, a source and destination color profile required for transform `icc' @ profile.c/ProfileImage/812.
The image is created and the profile seems to be assigned properly but I don't know what the message is for since the syntax seems correct and everything and there are no messages when using 6.5.2 on mac or linux with the same command. Is this supposed to appear?
Actually the input image is xc:red, which just makes red pixels for whatever the canvas size is (see http://www.imagemagick.org/Usage/canvas/). The output is test.png.
I have lots of experience with using the -profile option so that's why I was asking about this.
It turns out the output image seems just fine but I would prefer to not have to add another extra error filter in my application.
The message is a warning and can safely be ignored. Its telling you that the profile is being associated with the image since there is no existing profile so no color transform takes place.