Page 1 of 1

cmyk coverted properly to rgb on windows but not on linux

Posted: 2006-10-30T18:35:48-07:00
by sonusdream
I have succesfully converted a cmyk image to rgb image on windows using the following command:

Code: Select all

convert inputfile.jpg -profile RGB_PROFILE outputfile.jpg
when i tried using this command on linux, the image is not converted to rgb instead it retains its previous colorspace which is cmyk.

I am not sure about this but i think the problem is, the rgb profile is not properly attached on the image.

Other informations:

The image magick is both 6.2.9 version
I used the windows installer when I installed IM on windows
I manually compiled IM when I installed IM on linux.

hope you can help me with this


regards,
sonusdream

Posted: 2006-10-30T18:49:55-07:00
by magick
ImageMagick requires the LCMS delegate library to convert between two color profiles. Type
  • identify -list configure
If -llcms is not a LIBS value, download LCMS and rebuild ImageMagick to include support for this library.