0

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.

Community
  • 1
  • 1
DEVOPS
  • 18,190
  • 34
  • 95
  • 118

1 Answers1

2

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

Your Common Sense
  • 156,878
  • 40
  • 214
  • 345