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.
Been having some issues converting CMYK files to RGB. If I am missing something elementary let me know but what I am trying to do worked in an older version of IM (6.2.*).
The files that are then produced are goofed up color-wise. They are washed out and super bright. I choose the example image because it seems greens mess up the most. I feel like a channel is missing or something rather simple. Again, I am still not 100% certain I am not at fault and could be missing something elementary.
For one last crack at it, I assumed the PSD was at fault so I converted it to a CMYK tif then tried to convert that to a RGB png with the same whacky color results.
Please don't hesistate to ask for any other details or test files. I am running version 6.4.0-4 on a Intel Mac Pro running 10.4.
This works for me too. The key seems to be the -profile USWebCoatedSWOP.icc. Out of curiosity where did you come up with that particular profile? The image has a different profile embedded.
magick wrote:
We are using ImageMagick 6.4.0-3. Make sure your version of ImageMagick includes support for the LCMS delegate library. Type
identify -list configure
and check to ensure lcms is associated with the DELEGATES tag.