It seems, that CMYK to RGB conversion is broken in 6.3.3. I'm on MacOS X and use the MacPorts (ex DarwinPorts) version of ImageMagick. I've put some images showing my problem here:
Input
Output with 6.3.2 (OK)
Output with 6.3.3 (broken)
Here's what I did to create the images:
Code: Select all
# Test 6.3.2
[mbp:~/Downloads/IM] th% convert -version
Version: ImageMagick 6.3.2 02/16/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC
[mbp:~/Downloads/IM] th% convert +profile "*" -colorspace RGB in.jpg out632.jpg
# Test 6.3.3
[mbp:~/Downloads/IM] th% convert -version
Version: ImageMagick 6.3.3 05/04/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC
[mbp:~/Downloads/IM] th% convert +profile "*" -colorspace RGB in.jpg out633.jpg
Thanks for your help,
Timo