Install ImageMagick on Ubuntu 16
ImageMagick
ImageMagick is a software suite which can be used to create, edit and display bitmap images, either from the command line or using a graphical interface.
It can read, convert and write images in a large variety of formats. Images can be cropped, colors can be changed, various effects can be applied, images can be rotated and combined, and text, lines, polygons, ellipses and Bézier curves can be added to images and stretched and rotated.
Installation
Hints and Tips
sudo apt-get update
sudo apt-get install imagemagick --fix-missing
Comments
Post a Comment