I can't get PHP to recognize the ImageMagick (Imagick) class. Everything else works, the command line tests (convert logo: logo.miff | imdisplay logo.miff) work, and I've followed every instructions I could find over it. Maybe I'm doing something wrong?
Instructions I've done:
Did I miss anything? I've tried everything, looked for multiple DLLs, using each one, restarting both the service, IIS and Windows. Still nothing has worked. Any help?
I finally got it. This is what I did.
Everything worked fine after that. Turns out it was just my ImageMagick build.
You are downloading the wrong version if you are using PHP with Apache from apache.org you need to use the VC6 versions and using PHP with IIS you should use the VC9
I can see you are downloading http://www.sk89q.com/2010/03/vc6-windows-binaries-for-imagick-2-3-0/
I think you should download the VC9 version and see if it works
Thanks :)