We use ImageMagick as a command line tool to create thumbnails out of PDF files. This works great, but the result concerning the chromaticity is completely different when we use a RGB-PDF as the original file rather than a CMYK-PDF.
Which parameters can we set (and how) to get a consistent result?
Different colors for pictures made from CMYK and RGB PDFs
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Different colors for pictures made from CMYK and RGB PDF
Code: Select all
convert -colorspace sRGB image.pdf image.jpg
Re: Different colors for pictures made from CMYK and RGB PDF
Thanks, but unfortunately this didn't work.
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: Different colors for pictures made from CMYK and RGB PDF
What version of Ghostscript are you using? Perhaps an upgrade to the current version would help.
Perhaps converting from CMYK to sRGB via profiles might help.
see
http://www.imagemagick.org/Usage/formats/#profiles
Perhaps converting from CMYK to sRGB via profiles might help.
see
http://www.imagemagick.org/Usage/formats/#profiles