TechWhirl (TECHWR-L) is a resource for technical writing and technical communications professionals of all experience levels and in all industries to share their experiences and acquire information.
For two decades, technical communicators have turned to TechWhirl to ask and answer questions about the always-changing world of technical communications, such as tools, skills, career paths, methodologies, and emerging industries. The TechWhirl Archives and magazine, created for, by and about technical writers, offer a wealth of knowledge to everyone with an interest in any aspect of technical communications.
NAME
ImageMagick - ImageMagick is an X11 package for display
and interactive manipulation of images.
DESCRIPTION
ImageMagick is an X11 package for display and interactive
manipulation of images. The package includes tools for
image conversion, annotation, compositing, animation, and
creating montages. ImageMagick can read and write many of
the more popular image formats (e.g. JPEG, TIFF, PNM, XPM,
Photo CD, etc.). ImageMagick is available via anonymous
FTP as ftp://ftp.wizards.dupont.com/pub/ImageMag-
ick/ImageMagick-4.0.9.tar.gz.
================================================================
DESCRIPTION
mogrify transforms an image or a sequence of images.
These transforms include image scaling, image rotation,
color reduction, and others. The transmogrified image
overwrites the original image.
EXAMPLES
To convert all the TIFF files in a particular directory to
JPEG, use:
mogrify -format jpeg *.tiff
To scale an image of a cockatoo to exactly 640 pixels in
width and 480 pixels in height, use: