How to install Imagick extension on Windows PHP 7.0 (ok)

https://stackoverflow.com/questions/44164973/how-to-install-imagick-extension-on-windows-php-7-0

2 link để tải :)

https://windows.php.net/downloads/pecl/releases/imagick/3.4.4/php_imagick-3.4.4-7.4-ts-vc15-x64.zip

Install the PHP extension in Windows

enter image description here

  • Extract from php_imagick-….zip to the ext directory the php_imagick.dll file of your PHP installation

  • Extract from ImageMagick-….zip to the root PHP directory (where php.exe resides) the DLL files that start with (and there are a TON):

    CORE_RL_

    IM_MOD_RL_

Add this line to your php.ini file

extension=imagick

Last updated

Was this helpful?