ImageMagick is one of the oldest but still widely used graphics editing software. One of the strength of ImageMagick is the ability to do batch processing like shrinking the size of the images etc.
There are very good examples on the ImageMagick tutorial itself.
- Example (http://www.imagemagick.org/Usage/)
- Stream (http://www.imagemagick.org/script/stream.php)
- Animate (Animate: http://www.imagemagick.org/script/animate.php)
- Command-line-Options (http://www.imagemagick.org/script/command-line-options.php )
- Image Format (http://www.imagemagick.org/script/formats.php )
- API (http://www.imagemagick.org/script/api.php)
- ImageMagick Studio (http://www.imagemagick.org/MagickStudio/scripts/MagickStudio.cgi)
# yum install ImageMagick
To view the image, just type
$ display
Click Top left-hand corner to launch the ImageMagick