imagemagick - Conversion CMYK => RGB has incorrect colors although using color profiles -


i have cmyk tif image , want convert rgb jpeg/png using imagemagick. tif image has profile integrated not converted correctly (colors incorrect) imagemagick if specify srgb profile manually.

currently using test file: http://www.file-upload.net/download-8686107/testimage.tif.html

i tried following commands (without success):

convert testimage.tif test.jpg convert testimage.tif -colorspace rgb test.jpg convert testimage.tif -colorspace srgb test.jpg convert testimage.tif -profile srgb.icm test.jpg convert testimage.tif -profile uswebcoatedswop.icc -profile srgb.icm test.jpg 

does has idea why none of converts image correctly? using

version: imagemagick 6.6.9-7 2012-08-17 q16 http://www.imagemagick.org 


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -