This article is about the installation of the Win10_php_imagick extension, now share to everyone, the need for friends can refer to
Php_imagick This extension is one of the most difficult extensions I have encountered so far is the fact that the correct documentation is too small and is finally installed today. Share some of the process below.
The first step:
First download the Imagemagickwindows install package address on the ImageMagick website is this
https://imagemagick.org/script/download.php
My Apache and PHP are 64-bit, so I also choose 64-bit
Download and install ....
We must hook these two on here.
After installation, download the Php_imagick extension address below.
Https://pecl.php.net/package/imagick
Select a new version
Choose the version that suits you. Mine is php5.6, 64-bit.
After downloading, copy the Php_imagick.dll to the Php/ext folder and then open the extension in php.ini
The following need to download Imagick parsing each picture format DLL ... That's what I understand. I don't know if that's the case.
Open http://windows.php.net/downloads/pecl/deps/
Select the downloaded file according to your configuration:
Download and unzip the bin directory in the directory to a new folder ...
Copy all DLL files except ImageMagickObject.dll to the Apache/bin directory altogether 146 DLL files
The installation should be successful. Restart Apache server View Phpinfo
Note:
ImageMagick Number of supported formats: cannot be 0
ImageMagick Supported formats: there must be something below or the installation fails
The extension of OK ImageMagick to this installation is complete.
Reference: Http://ourcodeworld.com/articles/read/349/how-to-install-and-enable-the-imagick-extension-in-xampp-for-windows
Php_imagick This extension is one of the most difficult extensions I have encountered so far is the fact that the correct documentation is too small and is finally installed today. Share some of the process below.
The first step:
First download the Imagemagickwindows install package address on the ImageMagick website is this
https://imagemagick.org/script/download.php
My Apache and PHP are 64-bit, so I also choose 64-bit
Download and install ....
We must hook these two on here.
After installation, download the Php_imagick extension address below.
Https://pecl.php.net/package/imagick
Select a new version
Choose the version that suits you. Mine is php5.6, 64-bit.
After downloading, copy the Php_imagick.dll to the Php/ext folder and then open the extension in php.ini
The following need to download Imagick parsing each picture format DLL ... That's what I understand. I don't know if that's the case.
Open http://windows.php.net/downloads/pecl/deps/
Select the downloaded file according to your configuration:
Download and unzip the bin directory in the directory to a new folder ...
Copy all DLL files except ImageMagickObject.dll to the Apache/bin directory altogether 146 DLL files
The installation should be successful. Restart Apache server View Phpinfo
Note:
ImageMagick Number of supported formats: cannot be 0
ImageMagick Supported formats: there must be something below or the installation fails
The extension of OK ImageMagick to this installation is complete.
Reference: Http://ourcodeworld.com/articles/read/349/how-to-install-and-enable-the-imagick-extension-in-xampp-for-windows