我已使用WAMP
在我的Windows机器上设置了imageMagick。我试图将pdf
转换为jpg
并通过命令提示符一切正常。如果我运行php脚本,我会收到以下错误。
( ! ) Fatal error: Uncaught exception 'ImagickException' with message 'unable to load module `C:\imagemagick\IM_MOD_RL_PDF_.dll' in D:\wamp\www\docms\aaaapdf\sample.php on line 2
( ! ) ImagickException: unable to load module `C:\imagemagick\IM_MOD_RL_PDF_.dll': The specified procedure could not be found. @ error/module.c/OpenModule/1277 in D:\wamp\www\docms\aaaapdf\sample.php on line 2
我认为这可能与环境变量有关。有什么建议吗?