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.*).
To start here are the files I used for testing:
I would then try to using convert to make these into RGB PNGs.
Code: Select all
convert Test_CMYK.psd -colorspace RGB Test_RGB.png
convert Test_CMYK_NoProfile.psd -colorspace RGB Test_RGB_NoProfile.png
I then tried converting via the profile switch with the same results.
Code: Select all
convert Test_CMYK.psd -profile sRGB.icc Test_RGB.png
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.
Thanks in advance.