views:

37

answers:

1

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:\wamp\www\shobtest\imgborder.php on line XXX

why this error happening. I restarted my webserver. but it still showing this error.

A: 

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

Col. Shrapnel