Search found 3 matches

by ballpark
2013-01-08T09:57:35-07:00
Forum: Users
Topic: Converting CMYK to RGB - get red tint on image
Replies: 7
Views: 12226

Re: Converting CMYK to RGB - get red tint on image

Thanks for all the work that you did! It's clearly not a trivial task. From the original CMYK photo, I see some grey in his shirt, so maybe greyish-lilac. Unfortunately for this task, I am more of a programmer than a graphic designer, so I lack the eye for these kinds of things. We photoshopped the ...
by ballpark
2013-01-07T15:27:29-07:00
Forum: Users
Topic: Converting CMYK to RGB - get red tint on image
Replies: 7
Views: 12226

Re: Converting CMYK to RGB - get red tint on image

Thanks so much for your help. Here's a link to the original. http://dl.dropbox.com/u/27227204/cmyk_img_in.tif
by ballpark
2013-01-07T13:35:50-07:00
Forum: Users
Topic: Converting CMYK to RGB - get red tint on image
Replies: 7
Views: 12226

Converting CMYK to RGB - get red tint on image

I am trying to convert CMYK images (tif and jpg) to RGB. I am using ImageMagic version 6.8.0-10 2012-12-20 Q16 using this command: convert img_in.tif -colorspace RGB -quality 100 img_out.jpg I find that almost all conversion approaches that I have tried (PIL, imagemagick, and merely opening the ...