简体   繁体   中英

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

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/

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM