Skip to content

Instantly share code, notes, and snippets.

@lambidu
Last active February 26, 2018 15:24
Show Gist options
  • Save lambidu/dcc11436fa9c318fdc00add8a829ae2c to your computer and use it in GitHub Desktop.
Save lambidu/dcc11436fa9c318fdc00add8a829ae2c to your computer and use it in GitHub Desktop.

Steps to Install ImageMagick for Windows

  1. Open PHPInfo and check: Architecture = x86 or x64, Thread Safety = yes or no;
  2. Download ImageMagick from: http://windows.php.net/downloads/pecl/deps;
  3. Unzip and copy all dlls from the bin subfolder to the Apache bin directory; It's a bunch of CORE_RL_*.dll and IM_MOD_RL_*.dll plus a few other dlls;
  4. Goto: http://pecl.php.net/package/imagick and download latest version;
  5. Unzip and copy php_imagick.dll to the php extension folder;
  6. Edit php.ini and add at the very end: extension=php_imagick.dll;
  7. Restart Apache
  8. Check phpinfo(): Scroll to section (or find): imagick
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment