致命错误:未捕获的异常' ImagickException'消息'不支持的标记类型0x03

时间:2016-10-13 08:06:40

标签: php image apache caching imagick

我对Imagick有疑问。我有两台服务器。一个生产和一个开发。当我在生产服务器上运行$imagick = new Imagick(); $imagick->readImage($_img);时,一切正常。但是当我在我的开发服务器上运行它时,我收到了错误消息:"Fatal error: Uncaught exception 'ImagickException' with message'Unsupported marker type 0x03"

图像在两台服务器上相同。 你见过某人了吗?

感谢。

0 个答案:

没有答案