Hopefully, despite similar question titles, this isn\'t a duplicate issue.
I\'ve installed ImageMagick-6.7.5-6-Q16-windows-dll.exe.
ImageMagick-6.7.5-6-Q16-windows-dll.exe
I have
First install : Link
Download : http://www.sk89q.com/2010/03/vc6-windows-binaries-for-imagick-2-3-0/
Choose the TS one
Open your php.ini file
Add this line :
extension=php_imagick.dll
Restart your apache server
open php_info()
Now your imagick lib is ready to use.
This works for me.