convert: 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
sanket

convert: Postscript delegate failed

Post by sanket »

Hi,

I have installed IM and GS as visible below but am still getting errors.


macx4pcslab3@macx4pcslab3-1 ~/temp/ImageMagick-6.3.3 $ convert -version
Version: ImageMagick 6.3.3 03/13/07 Q16 http://www.imagemagick.org
Copyright: Copyright (C) 1999-2007 ImageMagick Studio LLC

[macx4pcslab3@macx4pcslab3-1 ~/temp/ImageMagick-6.3.3 $ gs -v
GPL Ghostscript 8.15 (2004-09-22)
Copyright (C) 2004 artofcode LLC, Benicia, CA. All rights reserved.

[macx4pcslab3@macx4pcslab3-1 ~/temp/ImageMagick-6.3.3 $ convert /Users/macx4pcslab3/Desktop/AAAAZLH0.eps /Users/macx4pcslab3/Desktop/AAAAZLH0.gif
Unknown device: pam
START 0 1511628 212220 1300844 15652 true 648 4 <1>
END PROCS 0 1531724 226647 1300844 17020 true 646 4 <1>
gs_std_e.ps 0 1531724 229358 1300844 18396 true 646 4 <1>
gs_il1_e.ps 0 1531724 231537 1300844 18396 true 646 4 <1>
END FONTDIR/ENCS 0 1531724 231659 1300844 18396 true 646 4 <1>
Unknown device: pam
START 20 1605984 299793 1300844 19616 true 648 5 <2>
END PROCS 20 1605984 310852 1320940 24312 true 646 5 <2>
gs_std_e.ps 20 1626080 316911 1320940 25688 true 646 5 <2>
gs_il1_e.ps 20 1626080 319090 1320940 25688 true 646 5 <2>
END FONTDIR/ENCS 20 1626080 319212 1320940 25688 true 646 5 <2>
Unknown device: pam
Unknown device: pam
START 0 1511628 212220 1300844 15652 true 648 4 <1>
END PROCS 0 1531724 226647 1300844 17020 true 646 4 <1>
gs_std_e.ps 0 1531724 229358 1300844 18396 true 646 4 <1>
gs_il1_e.ps 0 1531724 231537 1300844 18396 true 646 4 <1>
END FONTDIR/ENCS 0 1531724 231659 1300844 18396 true 646 4 <1>
Unknown device: pam
START 20 1605984 299793 1300844 19616 true 648 5 <2>
END PROCS 20 1605984 310852 1320940 24312 true 646 5 <2>
gs_std_e.ps 20 1626080 316911 1320940 25688 true 646 5 <2>
gs_il1_e.ps 20 1626080 319090 1320940 25688 true 646 5 <2>
END FONTDIR/ENCS 20 1626080 319212 1320940 25688 true 646 5 <2>
Unknown device: pam
convert: Postscript delegate failed `/Users/macx4pcslab3/Desktop/AAAAZLH0.eps'.
convert: missing an image filename `/Users/macx4pcslab3/Desktop/AAAAZLH0.gif'.
User avatar
anthony
Posts: 8883
Joined: 2004-05-31T19:27:03-07:00
Authentication code: 8675308
Location: Brisbane, Australia

Re: convert: Postscript delegate failed

Post by anthony »

Your ghostscript is not installed with all the needed output devices.
Anthony Thyssen -- Webmaster for ImageMagick Example Pages
https://imagemagick.org/Usage/
onggiaze

Re: convert: Postscript delegate failed

Post by onggiaze »

Thank you for the note guys. Installing GS did it for me.
Post Reply