Install latest ImageMagick 7.0.4-6 on Ubuntu, Linux Mint, CentOS 7, RHEL

Install latest ImageMagick 7.0.4-6 on Ubuntu, Linux Mint, CentOS 7, RHEL

ImageMagick 7.0.4-6 recently released, is a software suite to create, edit, compose, or convert bitmap images. Also it can read and write images in a variety of formats (over 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF, PNG, Postscript, SVG, and TIFF. Also it can used to resize, flip, mirror, rotate, distort, shear and transform images, adjust image colors, apply various special effects, or draw text, lines, polygons, ellipses and Bézier curves.

The current release is v7.0.4-6. It runs on Linux, Windows, Mac Os X, iOS, Android OS, and others.

Ubuntu Screenshot

CentOS Screenshot

ImageMagick 7.0.x Features and Capabilities

How to compile latest ImageMagick 7.0.x Series on Ubuntu 16.04, Ubuntu 15.01, Ubuntu 15.04, Ubuntu 14.04

wget http://www.imagemagick.org/download/ImageMagick.tar.gz  tar -xvf ImageMagick.tar.gz  cd ImageMagick-7.0.*  ./configure --prefix=/usr  make  sudo make install  sudo ldconfig /usr/local/lib

– To start ImageMagick, simply type ‘display’

display

How to compile latest ImageMagick 7.0.x Series on CentOS 7

wget http://www.imagemagick.org/download/ImageMagick.tar.gz  tar -xvf ImageMagick.tar.gz  cd ImageMagick-7.0.*  ./configure --prefix=/usr  make  sudo make install  sudo ldconfig /usr/local/lib

– To start ImageMagick, simply type ‘display’

display
Related Posts
Leave a Reply

Your email address will not be published.Required fields are marked *