2014-11-21 64 views

回答

0

尝试运行以下:

convert -list configure | grep -i "DELEGATES"

这是什么意思?

**convert -list configure** - displays your imagemagick configuration 

**grep -i "DELEGATES"** - takes the results from above and does a case insensitive search for what you're looking for, in this case, you're looking for the section marked DELEGATES 

这应该会返回所需的所有包以运行您的命令。

使用您喜欢的包管理(apt,yum,brew等),安装这些包(包括他们的开发包),然后再试一次。

这里是你可以查一下,如果有人有一个非常类似的问题线程:

http://www.imagemagick.org/discourse-server/viewtopic.php?t=22488

希望这有助于!

+0

谢谢!我会查一下。 – 2014-11-26 07:37:39

+0

仍然无法正常工作。当我们使用imagemagick将PDF转换为图像时,问题即将发生。问题是“Postscript委托失败” – 2014-12-05 07:17:52

相关问题