How to install imagemagick on windows 7
Posted
by learner
on Super User
See other posts from Super User
or by learner
Published on 2010-06-15T05:19:09Z
Indexed on
2010/06/15
5:23 UTC
Read the original article
Hit count: 416
How to install image magic at windows 7. I followed these instruction
To install IMagick on windows xp (php 5.2.x)
1.) download and install ImageMagick-6.5.8-7 Q16-windows-dll.exe imagemagick.org/download/binaries/ ImageMagick-6.5.8-7-Q16-windows-dll.exe
2.) download php_imagick_dyn-Q16.dll from: valokuva.org/outside-blog-content/ imagick-windows-builds/080709/
copy dll to [PHP]/extension dir and rename it to php_imagick.dll
3.) You have to edit your php.ini file and add new extension
"extension=php_imagick.dll"
4.) Save ini file and restart apache server.
(If necessary, restart your windows)
5.) phpinfo() should show imagick enabled.
after that I execute a sample script but its not working. it shows the Imagic class missing error. Please help me to install Imagick. :-(
© Super User or respective owner