Page 1 of 1

Postscript delegate failed

Posted: 2013-04-23T10:29:17-07:00
by taichi
What is wrong here? rrr.eps IS where convert is called:

burns:~ peter$ convert rrr.eps rrr.png
convert: Postscript delegate failed `rrr.eps': No such file or directory @ error/ps.c/ReadPSImage/837.
convert: no images defined `rrr.png' @ error/convert.c/ConvertImageCommand/3106.

Re: Postscript delegate failed

Posted: 2013-04-23T10:31:57-07:00
by fmw42
You are probably missing the Ghostscript delegate library.

When you type

convert -list configure

look at the line DELEGATES. Does it contain gs or ghostscript?

Re: Postscript delegate failed

Posted: 2013-05-02T04:31:01-07:00
by taichi
No, it doesn't.

What is the easiest way to install the Ghostscript delegate library?

Re: Postscript delegate failed

Posted: 2013-05-02T09:18:55-07:00
by fmw42
You have not said what platform?

I have no idea if you are on Windows.

For my Mac, I just use MacPorts.

The delegates are at http://www.imagemagick.org/download/delegates/, but I would search the web for the latest versions