[6.4.0-4] CMYK <=> RGB Bug
Posted: 2008-04-04T08:13:58-07:00
Hello all,
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.
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.
I then tried converting via the profile switch with the same results.
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.
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.