I'm trying to convert images using color profiles.
When applying a source profile (as recommended in http://www.imagemagick.org/Usage/formats/#color_profile) the image dramatically looses sharpness. I used this command:
Code: Select all
convert -verbose source-rgb.jpg +profile icm -profile sRGB.icc -profile ISONewspaper26v4.icc dest-cmyk.jpg
Code: Select all
convert -verbose source-rgb.jpg +profile icm -profile ISONewspaper26v4.icc dest-cmyk.jpg
ImageMagick 6.1.9 01/23/05 Q16 and
ImageMagick 6.3.9 02/27/08 Q16 on
Windows 2000 and Windows XP.
Is this a bug or am I missing something?
Guido