开发者

How to install ImageMagick in windows? [duplicate]

开发者 https://www.devze.com 2023-01-03 04:42 出处:网络
This question already has answers here: Closed 10 years ago. Possible Duplicate: How to install imagemagick on windows 7
This question already has answers here: Closed 10 years ago.

Possible Duplicate:

How to install imagemagick on windows 7

Hi I just install image magick as per the php.net description. but its doesnt working well. It always shows this error

Fatal error: Class 'Imagick' not found in C:...\imgborder.php on line XXX

why this error happening. I restarted my webserver. but it still showing this error.开发者_开发百科


Don't bother with php extension, just use imagemagick as a console utility using exec(). It's way more flexible.

0

精彩评论

暂无评论...
验证码 换一张
取 消