Hello,
I installed IM on my Mountain Lion laptop and can't display/convert pdfs. Can you help? Thanks,
MArk
Mac OS X 10.7.4
Version: ImageMagick 6.7.7-6 2012-07-28 Q16 http://www.imagemagick.org
display: Postscript delegate failed `bias_SO4.pdf': No such file or directory @ error/pdf.c/ReadPDFImage/669.
problem display/convert pdf
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: problem display/convert pdf
Looks to me like you might not have ghostscript delegate installed.
What delegates do you have installed? type
convert -list configure | grep -i "delegates"
For example, mine are
DELEGATES bzlib fftw fontconfig freetype gs jpeg jng jp2 lcms2 lqr openexr png tiff x11 xml zlib
gs is ghostscript
I am no Mac OSX Snow Leopard IM 6.7.9.1 Q16
What delegates do you have installed? type
convert -list configure | grep -i "delegates"
For example, mine are
DELEGATES bzlib fftw fontconfig freetype gs jpeg jng jp2 lcms2 lqr openexr png tiff x11 xml zlib
gs is ghostscript
I am no Mac OSX Snow Leopard IM 6.7.9.1 Q16
Re: problem display/convert pdf
Yes, I did not have gs delegate, after I installed ghoscript I can see the pdfs - but still there is this odd chessboard-like pattern outside of the borders of the main picture?
Any help for that?
Thanks,
MArk
Any help for that?
Thanks,
MArk
- fmw42
- Posts: 25562
- Joined: 2007-07-02T17:14:51-07:00
- Authentication code: 1152
- Location: Sunnyvale, California, USA
Re: problem display/convert pdf
Did you reinstall IM after installing ghostscript. Did you include the gs fonts in your ./configure command.mzp3769 wrote:Yes, I did not have gs delegate, after I installed ghoscript I can see the pdfs - but still there is this odd chessboard-like pattern outside of the borders of the main picture?
Any help for that?
Thanks,
MArk
see --with-gslib and --with-gs-font-dir at http://www.imagemagick.org/script/advan ... #configure