ImageMagick
Version
|
Manufacturer
|
Hardware
|
5.2.6
|
Freeware
|
SUN
|
5.2.1
|
SGI
|
- Description
- A sophisticated collection of
command-line tools, graphics interface tools, and software
libraries used to convert and manipulate images.
- Instructions for Use
- Tools
- Location
- On the Suns:
The ImageMagick tools executables are located in
/usr/local/bin
- On the SGIs:
The ImageMagick tools executables are located in
/usr/freeware/bin
With the path set in your $PATH variable (How-to), any of the following executables
can be run.
- Executables
Below is a list of the tools and a brief description of some of
their uses.
For a complete description go to the ImageMagick tools
webpage or
click on the executables listed below for each tool's webpage.
- Graphic and Interactive
Tools
display |
interactive
graphical interface to many ImageMagick functions. |
animate |
displays a series
of images as an animation. |
import |
captures a window
on an X-server for use with other ImageMagick tools. |
- Command Line Tools
convert |
command line
interface to many image conversion and manipulation functions. It
uses separate input and output images. |
mogrify |
command line
interface to many image manipulation functions. It overwrites the
input image with the output image. |
montage |
creates a composite
tiled image from the input images. |
composite |
creates a composite
overlayed image from the input images and mask image. |
combine |
creates an image by
combining or overlaying input images according to given
options. |
identify |
describes the
format and characteristics of the given images. |
conjure |
interprets and
executes scripts in the Magick Scripting Language
(MSL). |
- Software Libraries
- Location
- On the Suns:
Libraries libMagick.so & libMagick.la are in /usr/local/lib
Include files are in /usr/local/include/magick
- On the SGIs:
Library libMagick.so is in /usr/freeware/lib32,
/usr/freeware/lib64, and /usr/freeware/lib - the default libraries
on SGIs are in lib32 (Note about SGI
libraries).
The appropriate one should be added to your LD_LIBRARY_PATH
environment variable (How-to).
The Include files are in /usr/freeware/include/magick.
- Documentation
- man pages
make sure that the appropriate path is in your MANPATH environment
variable (How-to).
- On the Suns:
man pages are in /usr/local/man
- On the SGIs:
man pages are in /usr/freeware/catman
- On the Suns:
HTML pages are installed in /usr/local/doc/ImageMagick/html
In Particular:
- On the SGIs:
HTML pages are installed in /usr/freeware/doc/ImageMagick/
In Particular:
- On the Web:
- Other Web Pages