How to install ImageMagick

What is ImageMagick?


ImageMagick is a software suite for image manipulation and display, supporting close to 100 image formats, it is mainly used to perform various transformation and conversion operations on images.


Get and uncompress ImageMagick:
# wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
# tar -xzvf ImageMagick.tar.gz

Configure and compile ImageMagick:
# cd ImageMagick-6.x.x
# ./configure
# make

As root you can install it:
# make install

You can test is using thata command:
# /usr/local/bin/convert logo: logo.gif

OR

MMBase uses ImageMagick's convert tool to build and convert its images.

ImageMagick is already part of the Red Hat distribution. Check its availability using:

*****
rpm -q ImageMagick

*****

If ImageMagickis not available on your system,install it using up2date:

*****
# up2date
*****

or download it from the Red Hat Network:

  https://rhn.redhat.com/

and install it by hand:

*****

rpm -ihv ImageMagick-xxx.rpm

*****

Enjoy :
=====================================================
If you need any assistance, We can provide you for a small fee. please email us mayur.c24@gmail.com
=====================================================

    0 comments: