Once again, but different?: RGB to CMYK conversion
Posted: 2009-10-26T07:56:22-07:00
Hello All,
I already have read several hundred posts on different websites regarding the conversion of a jpg photo from RGB to CMYK colorspace with ImageMagick.
The most common way (if I count the suggestions in various posts) to do this is:
+profile icc: removes icc profiles form the file if there are any
-profile AdobeRGB1998.icc: use this icc profile for the source file ("original.jpg")
-profile USWebCoatedSWOP.icc: use this profile for the destination file ("converted.jpg")
-strip: do not include profile in the destination file to keep file size reasonable
The result in terms of colors is more than sufficient. I like the way it is done. But here comes my problem: The overall quality (beside the colors - they are o.k.) of the image becomes really horrible.
Look at these files:
http://www.casamexico.at/test/original.jpg
http://www.casamexico.at/test/converted.jpg
The original one was exact, the converted is just a mess. Does anybody know why is this and how to prevent this?
My ImageMagick Version: ImageMagick-6.2.8.0-4.el5_1.1
Thanks in advance,
Coruscant.
I already have read several hundred posts on different websites regarding the conversion of a jpg photo from RGB to CMYK colorspace with ImageMagick.
The most common way (if I count the suggestions in various posts) to do this is:
Explanation:convert original.jpg +profile icc -profile AdobeRGB1998.icc -profile USWebCoatedSWOP.icc -strip converted.jpg
+profile icc: removes icc profiles form the file if there are any
-profile AdobeRGB1998.icc: use this icc profile for the source file ("original.jpg")
-profile USWebCoatedSWOP.icc: use this profile for the destination file ("converted.jpg")
-strip: do not include profile in the destination file to keep file size reasonable
The result in terms of colors is more than sufficient. I like the way it is done. But here comes my problem: The overall quality (beside the colors - they are o.k.) of the image becomes really horrible.
Look at these files:
http://www.casamexico.at/test/original.jpg
http://www.casamexico.at/test/converted.jpg
The original one was exact, the converted is just a mess. Does anybody know why is this and how to prevent this?
My ImageMagick Version: ImageMagick-6.2.8.0-4.el5_1.1
Thanks in advance,
Coruscant.