Conversion of JPEG files with icc profiles has quality loss
Posted: 2011-01-25T06:32:53-07:00
Hello everyone,
I'm having trouble getting a good jpeg quality after i converted it with an icc profile from RGB to CMYK. Does anyone know the right command to get a lossless quality jpeg when converting from rgb to cmyk?
I used this command on Imagemagick version 6.5.0.0 Q16:
convert -profile ./icc/AdobeRGB1998.icc -profile ./icc/ISOcoated_v2_300_eci.icc testb.jpg test2.jpg
Also tried this command with and without (-density 300 -quality 100) added to it:
convert -verbose -compress None -black-point-compensation -intent Relative -profile ./icc/AdobeRGB1998.icc -profile ./icc/ISOcoated_v2_300_eci.icc testb.jpg test2.jpg
Original picture:
Output picture (if you can't see the picture below use a browser that supports cmyk like firefox):
I'm having trouble getting a good jpeg quality after i converted it with an icc profile from RGB to CMYK. Does anyone know the right command to get a lossless quality jpeg when converting from rgb to cmyk?
I used this command on Imagemagick version 6.5.0.0 Q16:
convert -profile ./icc/AdobeRGB1998.icc -profile ./icc/ISOcoated_v2_300_eci.icc testb.jpg test2.jpg
Also tried this command with and without (-density 300 -quality 100) added to it:
convert -verbose -compress None -black-point-compensation -intent Relative -profile ./icc/AdobeRGB1998.icc -profile ./icc/ISOcoated_v2_300_eci.icc testb.jpg test2.jpg
Original picture:
Output picture (if you can't see the picture below use a browser that supports cmyk like firefox):