Skip to content

Instantly share code, notes, and snippets.

@sirleech
Created February 13, 2012 02:49
Show Gist options
  • Save sirleech/1812914 to your computer and use it in GitHub Desktop.
Save sirleech/1812914 to your computer and use it in GitHub Desktop.
PHP Image Processing Libraries Ubuntu 10.04
PHP5
php5 curl php5-curl php5-xcache php-pear php5-dev
GD
php5-gd
PHP Imagick
sudo apt-get install imagemagick libmagick9-dev
sudo pecl install imagick
Confirm all questions by hitting return
Create file /etc/php5/conf.d/imagick.ini and add a line "extension=imagick.so"
Reload Apache: sudo /etc/init.d/apache2 reload
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment