【发布时间】:2013-03-13 19:21:13
【问题描述】:
下面是我的代码
exec("convert -page 90x54 script_o.gif \\( script_o.gif -repage +37+0\! \) output.gif");
这在我的网络服务器(centos)上运行良好,但在我的 wamp 服务器上不起作用,但我检查了其他在 wamp 服务器上运行良好的 im 代码,对于上述 wamp 服务器代码是否有任何修复
【问题讨论】:
标签: php imagemagick imagick imagemagick-convert