Home  >  Article  >  Backend Development  >  Installation of win10_php_imagick extension

Installation of win10_php_imagick extension

不言
不言Original
2018-04-10 09:41:262235browse

This article introduces the installation of the win10_php_imagick extension. Now I share it with you. Friends in need can refer to it

PHP_imagick This extension is the most difficult to install the extension I have encountered so far. Because there are too few correct documents, I finally installed this extension today. Let’s share some processes.
Step one:
First go to the imagemagick official website to download the imagemagickwindows installation package address is this

https://imagemagick.org/script/download.php

My apache and php are both 64 bit, then I also choose the 64-bit one as shown in the picture Installation of win10_php_imagick extension
Download and install...
Be sure to check these two here
Installation of win10_php_imagick extension
After installation, download the php_imagick extension address as follows

https://pecl.php.net/package/imagick

Choose a new version
Installation of win10_php_imagick extension

Choose the appropriate one My own version.. Mine is php5.6 64-bit
Installation of win10_php_imagick extension

After downloading, copy php_imagick.dll to the php/ext folder, and then enable the extension in php.ini
Installation of win10_php_imagick extension

You need to download the dll for imagick to parse each image format...This is what I understand. I don’t know if this is the case.

Open http://windows.php .net/downloads/pecl/deps/
Select the downloaded file according to your own configuration:
Installation of win10_php_imagick extension

After downloading, unzip the bin directory in the directory to a new folder...
Installation of win10_php_imagick extension

Copy all dll files except ImageMagickObject.dll to the apache/bin directory for a total of 146 dll files
Installation of win10_php_imagick extension

The installation should be successful here. Restart the apache server to view phpinfo
Note:
ImageMagick number of supported formats: cannot be 0
ImageMagick supported formats: There must be something below, otherwise the installation will fail
Installation of win10_php_imagick extension

ok ImageMagick extension and the 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 the most difficult to install so far The main problem with the extension is that there are too few correct documents. Today I finally installed the extension. Let’s share some processes.
Step one:
First, go to the imagemagick official website to download the imagemagickwindows installation package. The address is this

https://imagemagick.org/script/download.php

My apache and php are both 64-bit, so I also choose the 64-bit one as shown in the pictureInstallation of win10_php_imagick extension
Download and install....
Be sure to check these two here
Installation of win10_php_imagick extension
After installation, download the php_imagick extension address as follows

https://pecl.php.net/package/imagick

Choose a new version
Installation of win10_php_imagick extension

Choose the version that suits you.. Mine is php5.6 64-bit
Installation of win10_php_imagick extension

After downloading, copy php_imagick.dll to php/ ext folder, and then open the extension in php.ini
Installation of win10_php_imagick extension

You need to download the dll for imagick to parse each image format...This is what I understand. I don't know if this is the case.

Open http://windows.php.net/downloads/pecl/deps/
Select the downloaded file according to your own configuration:
Installation of win10_php_imagick extension

After downloading Unzip the bin directory in the directory to a new folder...
Installation of win10_php_imagick extension

Copy all dll files except ImageMagickObject.dll to the apache/bin directory in total146 dll files
Installation of win10_php_imagick extension

The installation should be successful here Restart the apache server to view phpinfo
Note:
ImageMagick number of supported formats : Cannot be 0
ImageMagick supported formats : There must be something below, otherwise the installation will fail
Installation of win10_php_imagick extension

ok The extension of ImageMagick is now installed. .

Reference:http://ourcodeworld.com/articles/read/349/how-to-install-and-enable-the-imagick-extension-in-xampp-for-windows

Related recommendations:

How to install the php plug-in imagick under win7

The above is the detailed content of Installation of win10_php_imagick extension. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn