Problem Converting RGB jpg to CMYK
Posted: 2008-12-06T21:55:30-07:00
Hello,
I'm having a problem sRGB jpgs to CMYK colorspace for printing. The resulting images end up with some very weird things happening to resolution and quality.
Here's the command I've been trying:
The really strange thing is that when I run the same command and create a new tiff instead of a jpeg, everything looks great:
Now what's really strange is when I convert that resulting tif from the second example to jpg, the problem shows up again.
Any suggestions?
I'm having a problem sRGB jpgs to CMYK colorspace for printing. The resulting images end up with some very weird things happening to resolution and quality.
Here's the command I've been trying:
Code: Select all
mogrify -format jpg -profile sRGB.icm -profile CMYKProfile.icc c:\images\*.jpg
Code: Select all
mogrify -format tif -profile sRGB.icm -profile CMYKProfile.icc c:\images\*.jpg
Any suggestions?