ImageMagick
, version 3.7.1, is a package for display and interactive manipulation of images for the X Window System. It is written in C and interfaces to the X library, and therefore does not require any proprietary toolkit in order to compile. Although the software is copyrighted, it is available for free and can be redistributed without fee.The ImageMagick image display tool first determines the hardware capabilities of your workstation. If the number of unique colors in an image is less than or equal to the number the workstation can support, the image is displayed in an X window. Otherwise, the number of colors in the image is first reduced to match the color resolution of the workstation before it is displayed.
In addition to the image display program, ImageMagick also has command line programs that perform these functions:
You can try these and many more functions over the Internet from the Imaging Machine . Or, you can see examples of select ImageMagick functions.
ImageMagick supports many of the more popular image formats including JPEG, PNG, TIFF, Photo CD, etc.
ImageMagick is known to compile and run on virtually any Unix system and Linux. It also runs under VMS. See README for compiling instructions.
ImageMagick is continually being enhanced. Check this section periodically to see what enhancements have been added. See Changelog for past enhancements and bug fixes.