old-www/LDP/LG/issue20/more-musings.html

260 lines
13 KiB
HTML

<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.01b6C [en] (X11; I; Linux 1.2.13 i486) [Netscape]">
<TITLE>Graphics Muse
</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000FA" VLINK="#FA3333" ALINK="#33CC33">
<!-- =============================================================
This Page Designed by Michael J. Hammel.
Permission to use all graphics and other content for private,
non-commerical use is granted provided you give me (or the
original authors/artists) credit for the work.
CD-ROM distributors and commercial ventures interested in
providing the Graphics Muse for a fee must contact me,
Michael J. Hammel (mjhammel@csn.net), for permission.
============================================================= !--><A NAME="musings"></A>
<TABLE>
<TR>
<TD>
<H2>
More...</H2>
<IMG SRC="../gx/hammel/musings.gif" ALT="Musings" HEIGHT=52 WIDTH=247 ALIGN=LEFT>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<H2>
ImageMagick Overview</H2>
&nbsp;&nbsp; After months of procrastination, I finally got around to taking
a closer look at the ImageMagick set of tools from John Cristy and E.I.
DuPont De Nemours and Company Incorporated.&nbsp; I've had a number of
readers write and ask me about the program, what I thought of it and how
does it work, etc.&nbsp; Its time to address some of those issues.
<BR>&nbsp;&nbsp; ImageMagick is a graphics manipulation tool along the
lines of XV or the GIMP that runs on a variety of Unix systems, including
Linux, along with MS and Macintosh platforms.&nbsp; The package is available
in source or binary distributions from <A HREF="http://www.wizards.dupont.com/cristy/ImageMagick.html">http://www.wizards.dupont.com/cristy/ImageMagick.html.
</A>I downloaded the binary package which was a gzipped tar file of the
installation package using relative paths.&nbsp; Since the package attempts
to place the binaries and some other files under the /usr/X11R6 directory
tree, and I only install system files there (everything else goes under
/usr/local), I had to unpack the file in a local directory tree, change
the name of the X11R6 directory to local, recreate the tar file and then
unpack it as root from the root (/) directory.&nbsp; Other than this, the
installation of the binary package was painless.
<BR>&nbsp;&nbsp; The distribution comes with a set of 9 tools that allow
both interactive and command line editing of images:&nbsp;<IMG SRC="./gx/hammel/im-1.jpg" HSPACE=10 VSPACE=10 HEIGHT=265 WIDTH=411 ALIGN=RIGHT>
<OL>
<LI>
display</LI>
<LI>
import</LI>
<LI>
animate</LI>
<LI>
montage</LI>
<LI>
convert</LI>
<LI>
mogrify</LI>
<LI>
identify</LI>
<LI>
combine</LI>
<LI>
xtp</LI>
</OL>
All of the tools come with well written man pages and honor the -? command
line option to get usage summaries.
<BR>&nbsp;&nbsp; The first of these, <B><FONT COLOR="#CC6600">display</FONT></B>,
is an interactive program that uses X Windows.&nbsp; The interface is consists
of a single, columnar set of buttons, each of which opens a menu, and a
viewing window.&nbsp; <B>Figure 1</B> shows the default image window and
the menu box.
<BR>The image window will dither images to fit on the display based on
the hardware support you are using.
<BR>&nbsp;&nbsp; The menu buttons are simple to use - just click on one
to see the options available for that menu.&nbsp; The top level menu options
are:
<UL>
<LI>
File - file functions</LI>
<LI>
Edit - undo, redo, etc.</LI>
<LI>
View - affects image size</LI>
<LI>
Transform - rotations, shear, flip, crop, etc.</LI>
<LI>
Enhance - brightness, hue, saturation, etc.</LI>
<LI>
Effects - despeckle, sharpen, blur, solarize, etc.</LI>
<LI>
F/X - swirl, implode, oil painting, etc.</LI>
<LI>
Image Edit - add borders and frames, edit colors, etc.</LI>
<LI>
Miscellany - image info, slide show, histogram, etc.</LI>
<LI>
Help - extensive help system, including some HTML based documentation</LI>
</UL>
Under File the options include such things as a Print function (using Postscript,
so you'll want to make sure you have Ghostscript installed first), New,
Open, Next, Former, and Visual Directory, among others.&nbsp; The Visual
Directory appears much like the Open option in that both provide a File
Selection box from which to choose an image.&nbsp; I'm not certain if I
was using it correctly, however, since I got the feeling the visual directory
is supposed to be similar to XV's visual schnauzer.
<BR>&nbsp;&nbsp; The Effects and F/X menus are similar in that both provide
access to features that manipulate the image, much like XV's algorithms
or the GIMP's plug-ins.&nbsp; I found the Shade function interesting in
that it turned the 2D planet into a slightly 3D image by adding shadows
in the appropriate places.&nbsp; Most of the functions are similar to the
features found in the stock GIMP distribution but there are a few more
than what XV provides in its algorithms menu.
<BR>&nbsp;&nbsp; The number of features of the display program is attractive,
but as an image editing tool for artists it is a step or two behind the
ease of use of the GIMP.&nbsp; Some of the effects features are a little
nicer than what is currently available for the GIMP, however.&nbsp; And
the annotate feature, which allows you to insert text into an image, does
provide a reasonable font previewer.&nbsp; Still, the GIMP is a more sophisticated
end-user interface. During my brief testing of display I had multiple lock
ups on my Linux 1.2.13 box, but that may be due to older libc.&nbsp; I
also noticed that display appeared to run a bit slow in refreshing the
image window. Redraws of the windowing toolkit (looks a bit like Tk or
Motif, but I'm not certain what it is really) were really slow.&nbsp; Again,
this may be due to my slightly older Linux system.
<BR>&nbsp;&nbsp; Beyond the graphical interface, the other 8 programs in
the distribution are command line oriented.&nbsp; From what I can gather
this is what makes ImageMagick a valuable addition to the Linux graphics
artists toolchest. Each of the commands serves a general purpose but handles
that purpose with an extensive array of options.&nbsp; As a group these
tools can be used to automate the handling of images for display on web
pages quite nicely.&nbsp; I think that many of the features builtin into
the display program are covered by these command line interfaces, but I
also found a few features that I think display may not handle.
<BR>&nbsp;&nbsp; <B><FONT COLOR="#CC6600">Import </FONT></B>is used to
do screen captures of windows or rectangular regions of your monitors display.&nbsp;
You can specify an window ID or name or you can use import interactively
by using the mouse to specify the window or region to capture.&nbsp; Options
include allowing capture of the window manager frame, dithering and cropping
the image before saving. The output file format depends on the filename
extension used for the saved file or by prefixing the filename with the
file type followed by a colon, such as <B><FONT FACE="Courier New,Courier"><FONT SIZE=-1>ps:output_image</FONT></FONT></B>.
By default import will save the file as an Encapsulated Postscript file.
<BR>&nbsp;&nbsp; <B><FONT COLOR="#CC6600">Animate </FONT></B>will take
a series of images in just about any format and display them as an animation.&nbsp;
As with most animation software the quality of the animation will depend
on the number and type of images, the speed of the computer and the memory
available to process the images.&nbsp; Since I didn't have a series of
images to experiment with I wasn't able to really look into this particular
tool.
<BR>&nbsp;&nbsp; <B><FONT COLOR="#CC6600">Montage </FONT></B>allows you
to create a single image built from a series of other images.&nbsp; Input
images are scaled to fit a specified tile size, a square of 120x120 by
default, and then places the images side by side in a series of rows. By
default 5 tiles are used in a row and 4 rows are produced.&nbsp; If more
than 20 images are supplied then additional output montages are produced.&nbsp;
You can specify a larger number of tiles to use for a single montage, and
thus the number of input images to use, with the <B><FONT FACE="Courier New,Courier"><FONT SIZE=-1>-tile</FONT></FONT></B>
option.&nbsp; Montage offers a large set of options.&nbsp; The page size
can be set so that the postscript output will fit on various paper sizes.
You can set the gamma level for the output files, crop and dither the input
images, provide an ornamental frame around the output image, and where
to place an image inside a tile if it doesn't fill the entire tile region
(this is known as where the image will gravitate within the tile).&nbsp;
Input files can be identified with labels using various fonts.&nbsp; 3D
shadows can be added to input images as well as a textured backdrop in
the tile areas and borders not covered by input images.
<BR>&nbsp;&nbsp; <B><FONT COLOR="#CC6600">Convert </FONT></B>and <B><FONT COLOR="#CC6600">Identify
</FONT></B>are complimentary programs.&nbsp; Identify can be used to determine,
based on the files magic number, the image format of a particular file.&nbsp;
Along with the file type information such as the size of the file, whether
or not it is colormapped, and the number of colors in the image are also
printed.&nbsp; Convert takes an image in one format and converts it to
another file using a different, specified format.&nbsp; The format type
can be specified just as with import, with a prefix or suffix denoting
the format of the input and output types.&nbsp; Convert can also read Unix
compressed (.Z suffixed) image files, but does not write the converted
image as a compressed file. Multipage or multipart images are converted
with output files using the filename with a scene number for a suffix.&nbsp;
This is a modifiable option, however.&nbsp; You can embed a printf() style
formatting string in the output file name to sequentially number the images
and still include the format type as a suffix.
<BR>&nbsp;&nbsp; <B><FONT COLOR="#CC6600">Mogrify </FONT></B>manipulates
images the way the Effects and F/X menu options in display do.&nbsp; This
tool takes an input file and processes it based on the options specified
and in the order they are specified.&nbsp; Since options are processed
in the order they are presented on the command line, it is possible to
set a series of options to be globally applied to a series of images, then
change one or more of these options for individual images - all from a
single command line.&nbsp; Mogrify permits scripting and batch processing
of images.&nbsp; XV can do this to some extent, but I've never used it
that way and the number of processing functions is greater in mogrify.&nbsp;
The GIMP has a scripting interface, but batch processing has to go through
Net-FU (a network based interface).&nbsp; NetPBM provides only command
line interfaces, but you have to script a series of programs together to
get the same effect you get from mogrify.&nbsp; Image Alchemy, a commercial
product for image processing from Handmade Software, appears to be the
only real match for the way mogrify functions for batch processing.
<BR>&nbsp;&nbsp; Finally, the ImageMagick tool set includes an extra feature
- xtp - which allows for network transfer of files simiilar to the way
ftp works.&nbsp; According to the ImageMagick web site, xtp doesn't require
any interactive commands so file transfers can more easily be batch processed.
<BR>&nbsp;&nbsp; Beyond the base tools, John Christy and E.I. Dupont De
Nemours and Company also provide a plug-in package called the ImageMagick
Plug-In.&nbsp; This appears to be (although I'm not quite clear about it)
the shared image libraries for a number of popular image file formats.&nbsp;
It is basically equivalent to what libgr provides except that the ImageMagick
libraries include support for MPEG files.&nbsp; There are also a number
of programs in the Plug-In packages, including a TIFF thumbnail generator
and the cjpeg and djpeg tools for compressing and decompressing images
to and from the JPEG format.&nbsp; Most of the tools in the Plug-in package
are related to TIFF handling.
<BR>&nbsp;&nbsp; As you can see the ImageMagick tools cover a lot of ground.&nbsp;
I didn't get to comparing the quality of the images from ImageMagick versus
XV or NetPBM so this review is really just an introduction to the toolset.&nbsp;
But the tools are obviously high quality, feature rich, and well documented.
The developers announce frequent updates and additions which is better
than what you generally hear of XV or NetPBM.&nbsp; If you've used XV,
the GIMP or NetPBM and find these might not quite fill all your needs you
owe it to yourself to take a look at ImageMagick.&nbsp; No graphics fanatics
arsenal of tools is ever complete and no tool can handle every need.&nbsp;
Its important to keep aware of the tools that are available.&nbsp; ImageMagick
is a tool that deserves serious consideration for your collection of graphics
tools for Linux.
<TABLE WIDTH="100%" >
<TR>
<TD VALIGN=TOP COLSPAN="4" BGCOLOR="#000000" cellpadding="0" cellspacing="0"><IMG SRC="../gx/hammel/cleardot.gif" ALT="indent" ALIGN=LEFT></TD>
</TR>
</TABLE>
&nbsp;
<TABLE WIDTH="100%" >
<TR>
<TD ALIGN=RIGHT><FONT SIZE=-1>&copy; 1997 by <A HREF="mailto:mjhammel@csn.net">Michael
J. Hammel</A>&nbsp;</FONT></TD>
</TR>
</TABLE>
&nbsp;
</BODY>
</HTML>