Page 1 of 1

Posted: 2006-05-03T16:39:32-07:00
by magick
The latest version of ImageMagick, 6.2.7-2, permits you to produce RGB images from CMYK with the -colorspace RGB option:
  • convert -colorspace rgb cmyk-image.eps image.gif
With older versions of ImageMagick you need a CMYK and RGB color profile to get a proper conversion from the CMYK colorspace to sRGB.

Posted: 2006-05-04T09:19:48-07:00
by magick
Post a URL to your original EPS image so we can reproduce the problem and investigate.

Posted: 2006-05-04T10:02:41-07:00
by magick
This command produces the expected image:
  • convert -density 300 701256.eps -profile USWebCoatedSWOP.icc -profile sRGB.icm 701256.gif
Note, the LCMS delegate library is required to apply color profiles to an image.

Posted: 2006-05-04T11:13:15-07:00
by magick
Check the config.log file very carefully for sections on LCMS. It will tell you why ImageMagick failed to validate the LCMS delegate library.