Anyone know of decent tools out there that can convert colorspaces to CMYK? Also support for ICC profiles would be nice. I tried Imagemagick, but it sucks - it re-encodes the JPG resulting in horrible loss of detail.
You can use the tutorial below. It is intended to help folks convert RGB to CMYK but you can just as easily use it the other way around. Just change the line where you specify the
PixelFormat of your new image to use one of the CMYK pixel formats.
Pierre
Participant
1405 Points
289 Posts
JPEG: convert RGB to CMYK anyone?
May 21, 2004 06:12 AM|LINK
ardi
Member
18 Points
12 Posts
Re: JPEG: convert RGB to CMYK anyone?
Apr 22, 2007 11:01 PM|LINK
You can use the tutorial below. It is intended to help folks convert RGB to CMYK but you can just as easily use it the other way around. Just change the line where you specify the PixelFormat of your new image to use one of the CMYK pixel formats.
http://www.maxostudio.com/Tut_CS_CMYK.cfm
ASP.NET C# gif resize jpg RGB resolution CMYK colorspace
suchiate
Member
65 Points
148 Posts
Re: JPEG: convert RGB to CMYK anyone?
Jan 13, 2008 05:35 AM|LINK
Thanks for sharing the article, but there dont seem to be any PixelFormat support for CMYK.
Are there further solutions to this?
Thanks.