Skip to content

Instantly share code, notes, and snippets.

@meleu
Created November 18, 2018 10:57
Show Gist options
  • Save meleu/8ac2b8606964c6d1f2f508727e2e5f64 to your computer and use it in GitHub Desktop.
Save meleu/8ac2b8606964c6d1f2f508727e2e5f64 to your computer and use it in GitHub Desktop.
Installing ImageMagick (imagick) in LAMPP

sudo apt-get install libmagickwand-dev

sudo /opt/lampp/bin/pecl install imagick

sudo vim /opt/lampp/etc/php.ini

add extension=imagick.so to the php.ini

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment