http://brandhouse.com/prince/test_cmyk_image.pdf
The PDF is created with Prince.
If I try to convert this to a JPG:
Code: Select all
convert test_cmyk_image.pdf output.jpg
If I generate the same PDF with an RGB image, the convert works fine.
When I cancel the convert command (because it just hangs), I get:
Code: Select all
convert: Postscript delegate failed `test.pdf'.
- Version: ImageMagick 6.2.4 07/28/09 Q16 http://www.imagemagick.org
- ESP Ghostscript 8.15.3 (2006-08-25)
on a Linux Debian server.
Any ideas?