Postscript delegate failed

Questions and postings pertaining to the development of ImageMagick, feature enhancements, and ImageMagick internals. ImageMagick source code and algorithms are discussed here. Usage questions which are too arcane for the normal user list should also be posted here.
Post Reply
littlened

Postscript delegate failed

Post by littlened »

Hi all,

I've been using imagick to convert PDF's to JPEG's, it all worked fine until one day it stopped and I've not been able to fix it.

I'm posting this in here as I believe the error is relating to imagemagick.

The error I'm getting is

"Fatal error: Uncaught exception 'ImagickException' with message 'Postscript delegate failed `/var/www/vhosts/assetbag.com/subdomains/church/httpdocs/shaun/assetbag_brochure.pdf'' in /var/www/vhosts/assetbag.com/subdomains/church/httpdocs/shaun/index.php:6 Stack trace: #0 /var/www/vhosts/assetbag.com/subdomains/church/httpdocs/shaun/index.php(6): Imagick->__construct('/var/www/vhosts...') #1 {main} thrown in /var/www/vhosts/assetbag.com/subdomains/church/httpdocs/shaun/index.php on line 6"

Ghostscript is installed fine on the server, as I can use the convert command via the command line.

Does anyone know what the problem might be? maybe imagick can't find the gs file?
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Postscript delegate failed

Post by fmw42 »

perhaps you should also post this to the IMagick forum at viewforum.php?f=18
Post Reply