[magick-users] imagemagick convert PDF to JPG/PNG

duc.sequere.aut.de.via.decede at imagemagick.org duc.sequere.aut.de.via.decede at imagemagick.org
Wed Apr 9 18:49:54 PDT 2008


> It seems that the PDF was in CMYK

Did you try

  convert -colorspace rgb image.pdf image.jpg

or

  convert image.pdf -profile USWebCoatedSWOP.icc -profile sRGB.icm image.jpg

Both methods are the suitable for properly converting a CMYK PDF to RGB JPEG.


More information about the Magick-users mailing list