简体   繁体   English

在 xampp 1.8.3 上安装 ImageMagick

[英]install ImageMagick on xampp 1.8.3

I want to use ImageMagick.Currently i am using我想使用 ImageMagick.Currently 我正在使用

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我尝试了站点可用的所有 dll 现在当我每次吃 xampp 时,它说

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虽然它在C:\\Program Files\\ImageMagick-6.8.9-Q16成功安装,但我仍然无法在 xampp 上使用这些

Please point me in right direction and tell me how can i install ImageMagick in xampp请指出正确的方向并告诉我如何在 xampp 中安装 ImageMagick

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我猜你所有的 PHP dll 文件(librarires)都是 32 位的,所以如果你的系统是 64 位的,你仍然需要下载和运行 32 位的 ImageMagick。你的错误也说

'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有关更多信息,请参阅此处的以下链接,但首先下载兼容的 dll 文件,祝您好运

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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