If you’re working with PHP software, you’ll often need image processing software to support complex processing of images in PHP. Most commonly, you will be using the GD or Imagemagick libraries.
To install Imagemagick on Ubuntu for PHP:
1 |
apt-get install imagemagick php5-imagick --no-install-recommends |
To install GD on Ubuntu for PHP:
1 |
apt-get install php5-GD --no-install-recommends |