Installing Imagemagick for use with PHP on Ubuntu

Installing Imagemagick for use with PHP on Ubuntu

Last updated:

download imagemagick:

sudo apt-get install imagemagick

download the bridge between PHP and Imagemagick:

sudo apt-get install php5-imagick

Dialogue & Discussion