1. I downloaded and installed the binary ImageMagick-6.7.5-3-Q16-windows-dll.exe at c:/imagemagick
2. added to the httpd.conf file
SetEnv MAGICK_HOME c:/imagemagick
3. downloaded the Windows binaries for imagick 2.3.0 compiled with VC6 (threaded) from http://www.sk89q.com/2010/03/vc6-window ... ick-2-3-0/ and placed in the php extension folder.
4. added this line to php.in
extension=php_imagick.dll
5. restarted the wamp server
The wamp tray shows the extension as enabled but apache error log shows the error,
Code: Select all
'PHP Warning: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.8/ext/php_imagick.dll' - %1 is not a valid Win32 application.\r\n in Unknown on line 0
<br />
<b>Warning</b>: PHP Startup: Unable to load dynamic library 'c:/wamp/bin/php/php5.3.8/ext/php_imagick.dll' - %1 is not a valid Win32 application.'
The phpinfo doesnt show the imagick extension to be loaded. Any help would be appreciated.