How To Install ImageMagick on Linux
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.
How To Install ImageMagick:
Get and uncompress ImageMagick:
# wget ftp://ftp.imagemagick.org/pub/ImageMagick/ImageMagick.tar.gz
# gunzip -c ImageMagick.tar.gz tar xvf -
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
1:59 PM
|
Tags:
sysadmin
|
This entry was posted on 1:59 PM
and is filed under
sysadmin
.
You can follow any responses to this entry through
the RSS 2.0 feed.
You can leave a response,
or trackback from your own site.
1 Comments:
Hi, it worked nice for me
thank you good work
Post a Comment