Thanks for the reply! I'm testing with 6.6.0-0 Q16 under Fedora core 11.
With your first suggestion I got:
Code: Select all
[root@lightning imagemagick]# convert -colorspace RGB test-cmyk.jpg -resize 600x600! -unsharp 0.5x0.4+0.8+0.1 -quality '80' -profile sRGB.icc test-rgb.jpg
convert: color profile operates on another colorspace `icc' @ error/profile.c/ProfileImage/1090.
However it did produce an image that is "closer" to correct:
The second suggestions produced no error and it looks to have the same output:
Levels are looking much better
but the color shift is still there.
I actually was using a CYMK profile in addition to the final sRGB profile until I started researching things earlier. That link you gave stated:
WARNING:
If the original image already contains a profile, for example a CMYK profile, then given two profile conversions is a bad idea.
As my sample has a CMYK profile already embedded, I pulled it. Do my examples above match what you see?
Thanks again..