无法在 ImageMagick 中安装 GhostScript

Posted

技术标签:

【中文标题】无法在 ImageMagick 中安装 GhostScript【英文标题】:Can't install GhostScript in ImageMagick 【发布时间】:2012-07-10 12:24:05 【问题描述】:

下载最新版本的 ImageMagick。拆开它。像这样安装 Ghostscript:

$ sudo apt-get install ghostscript

然后尝试配置 ImageMagick:

$ ./configure --with-gslib
$ make
$ make install

之后我尝试将 PDF 转换为 jpg

$ sudo /usr/local/bin/convert in.pdf out.jpg

我看到了这个错误

convert: no decode delegate for this image format `/tmp/magick-BzHdr4Kp-00000001' @ error/constitute.c/ReadImage/544.
convert: Postscript delegate failed `in.PDF': Нет такого файла или каталога @ error/pdf.c/ReadPDFImage/678.
convert: no images defined `out.jpg' @ error/convert.c/ConvertImageCommand/3044.

我做错了什么?

【问题讨论】:

您是否完成了./configure --with-gslib` 且没有任何错误或明显警告(如Couldn't find gslib -- building without...)?错误消息的一部分是俄语——那是你的locale吗? 是的,我来自俄罗斯。 ./configure --with-gslib 后没有错误 【参考方案1】:

尝试以下convert 命令,更准确地查看可能出现的问题:

 convert a.pdf -debug coder a.jpg
 convert a.pdf -debug all   a.jpg

可能会有很多输出到 stderr。在这些行中,您可能会看到 IM 在哪里寻找 Ghostscript。也可以试试

 convert -list delegate 
 convert -list delegate | grep --color -E '(eps|pdf)'

查找 ImageMagick 尝试使用哪些确切的命令行来运行 Ghostscript(它可能会调用 gsx 而不是 gs,或者它可能会在 /usr/local/bin/... 中查找它)。如果您发现与实际安装的 Ghostscript 有任何偏差,您可以通过编辑 delegates.xml 来修复它。

 convert -list configure

将向您展示 ImageMagick 是如何配置的(例如,如果 gs 在编译时出现在 DELEGATES 变量的列表中)。您还可以在这里找到delegates.xml

 convert -list configure | grep CONFIGURE_PATH

应该列出这个(以及更多)*.xml 设置文件所在的目录,这些文件控制convert et al.表现...

【讨论】:

以上是关于无法在 ImageMagick 中安装 GhostScript的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Windows 中安装 ImageMagick? [复制]

imagemagick在centos中安装问题

如何在VPS中安装Ghost博客

Imagemagick 无法读取文件(MAMP)

系统安装如何在VMware软件中安装ghost格式的系统

系统安装如何用U盘在VMware软件中安装ghost/iso格式系统