<ul style="text-align: justify;">
<li>
Format conversion: convert an image from one format to another (e.g. PNG to JPEG).
</li>
<li>
Transform: resize, rotate, crop, flip or trim an image.
</li>
<li>
Transparency: render portions of an image invisible.
</li>
<li>
Draw: add shapes or text to an image.
</li>
<li>
Decorate: add a border or frame to an image.
</li>
<li>
Special effects: blur, sharpen, threshold, or tint an image.
</li>
<li>
Animation: create a GIF animation sequence from a group of images.
</li>
<li>
Text & comments: insert descriptive or artistic text in an image.
</li>
<li>
Image identification: describe the format and attributes of an image.
</li>
<li>
Composite: overlap one image over another.
</li>
<li>
Morphology of shapes: extract features, describe shapes, and recognize patterns in images.
</li>
<li>
Motion picture support: read and write the common image formats used in digital film work.
</li>
<li>
Perceptual hash: map visually identical images to the same or similar hash– useful in image retrieval, authentication, indexing, or copy detection as well as digital watermarking.
</li>
<li>
Color management: accurate color management with color profiles or in lieu of– built-in gamma compression or expansion as demanded by the colorspace.
</li>
<li>
High dynamic-range images: accurately represent the wide range of intensity levels found in real scenes ranging from the brightest direct sunlight to the deepest darkest shadows.
</li>
<li>
Large image support: read, process, or write mega-, giga-, or tera-pixel image sizes.
</li>
<li>
ImageMagick on the iPhone: convert, edit, or compose images on your iOS device such as the iPhone or iPad
</li>
</ul>
<p style="text-align: justify;">
<span style="color: #003366;"><strong>Install ImageMagick 6.9.1-8 on Ubuntu OS</strong></span>
</p>
<pre>wget http://www.imagemagick.org/download/ImageMagick.tar.gz
tar -xvf ImageMagick.tar.gz
cd ImageMagick-6.*
./configure
make
sudo make install
sudo ldconfig /usr/local/lib
<p style="text-align: justify;">
– To start ImageMagick, simply type ‘display’
</p>
<pre>display</pre>