user3713959
user3713959

Reputation: 101

install ImageMagick on xampp 1.8.3

I want to use ImageMagick.Currently i am using

PHP version: 5.5.9
Windows Version: Windows 8 Pro  64-bit
XAMPP Version: 1.8.3
Control Panel Version: 3.2.1  [ Compiled: May 7th 2013 ]

i tried all dll that in available to this site Now when i lunch xampp every time it says

PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_imagick.dll' 
- %1 is not a valid Win32 application

i also tried these binary binary-releases

although it install successfully in C:\Program Files\ImageMagick-6.8.9-Q16 but i am still not able to use these on xampp

Please point me in right direction and tell me how can i install ImageMagick in xampp

Upvotes: 0

Views: 2107

Answers (1)

A l w a y s S u n n y
A l w a y s S u n n y

Reputation: 38552

I Guess all your PHP dll files (librarires) are 32 bit, so if your system is 64 bit and you will still need to download and operate 32 bit ImageMagick.Your error also said

'C:\xampp\php\ext\php_imagick.dll' - %1 is not a valid Win32 application //win32 

For more info see following link here but first download compatible dll file, best of luck

http://www.elxsy.com/2009/07/installing-imagemagick-on-windows-and-using-with-php-imagick/

Upvotes: 1

Related Questions