[magick-users] CMYK PDF read as CMY (without K channel).

Pierre-Yves Landuré py.landure at dorigo.fr
Tue Nov 18 04:23:50 PST 2008


Hi,

I believe that :

convert -colorspace CMYK -profile ISOcoated_v2_eci.icc    INVIT_210x100_Vide.pdf  test.jpg

do what you are talking about. Please tell me if i'm wrong.

I think that the profile was applied to the jpg (as far as i can tell 
with my low knowledge of Photoshop).

I think that the fact that there is or not a profile is not the source 
of my CMYK -> RGB-> CMYK conversion problem. I want CMYK-> CMYK exact 
match, but i can't achieve it.

Thank you for the tip anyway,

Pierre-Yves

duc.sequere.aut.de.via.decede at imagemagick.org a écrit :
>> i've verified that the profile is present in the jpeg file.
>>     
>
> ImageMagick does not automaticaly apply an image color profile.  You need
> to supply a profile for the alternative colorspace (e.g. sRGB) and 
> activate the transform with -profile from the command line or
> $im->Profile() from PerlMagick.
>   



More information about the Magick-users mailing list