Install ImageMagick in Ubuntu Linux
This post was written by admin on September 16, 2009
Posted Under: General
Posted Under: General
ImageMagick is a software suite to create, edit, and compose bitmap images.It supports about 100 image formats and can perform impressive operations such as creating images from scratch; changing colors; stretching, rotating, and overlaying images; and overlaying text on images. Whether you use ImageMagick to manage the family photos or to embark on a job involving millions of images, this book provides you with the knowledge to manage your images with ease.
Install ImageMagick in Linux
First,download ImageMagick from this page.
Unpack with this command:
tar xvfz ImageMagick-6.5.3-10.tar.gz
Configure and compile ImageMagick:
cd ImageMagick-6.5.3-10/
./configure
make
To install administrator privileges:
sudo make install
Now,verify the ImageMagick install worked properly,type:
/usr/local/bin/convert logo: logo.gif
Click here for more!
Related posts:
- How to Resize image,picture with ImageMagick
- Install AcetoneISO2 2.1.1 in Ubuntu Linux
- Download Multiple files using wget command
- Howto Change Plymouth themes (initial splash screen) in Ubuntu 10.04
- Install Flashget for Linux in Ubuntu and configure Firefox plugin
Tags: software

Reader Comments