chap-02 4/6/2004 17: 21 page 45
LANDMARKS 45
the detectors. If the camera image is mapped to the screen one-to-one, pixel for pixel, the
two images will have the same resolution. You can enlarge or reduce the size of this image,
but you cannot increase the resolution. When the screen image is reduced, information
from multiple camera pixels is averaged for display by a single screen pixel. This may
produce an image that looks sharper, but that is the result of losing the small-scale, almost
imperceptible details that created the original “fuzz.” The reduced picture may be easier
to interpret, but there is the risk that the features you want to digitize have been merged.
When the screen image is enlarged, information from a single camera pixel is displayed by
multiple screen pixels, which produces the blocky, stair-step effect. The result seems less
resolved because the edges are not smooth, but features that were separated before still
are separated. The drawback is that excessive enlargement may make the image difficult
to interpret and increase the mental strain of digitizing. If you are using a conventional
camera and making a print from the negative, the same principles apply. In addition, the
quality of the print will depend on the quality of the lenses in the enlarger and the size of
the grains in the paper.
Saving image files
Once you have an image “captured”, you must choose the format in which to save it (we
assume you want to save the image before editing it). Most image file formats are raster
formats (also called bitmap formats), where the image is represented as a set of values
assigned to a grid. This format reflects the structure of your screen and the detector array
in your digital camera. BMP, TIFF and JPEG are all raster formats; so is the format used in
the Windows clipboard. The principal alternative to the raster format is the vector format,
in which the image is represented by a series of mathematical formulae that specify a
set of geometric shapes. This format has some advantages over the raster format, but
it does not work well with photographic images of biological specimens because their
complexity requires a large number of geometric shapes to be mapped onto the specimen.
Meta formats, such as that used in Windows metafiles (*.WMF), allow data in multiple
formats in the same file, permitting the user to build up complex compositions (e.g. a
picture, plus a graph, plus text).
The quality of an image reproduced from a raster file depends on the number of bits
used to save the information at each cell (pixel) in the grid. The number of bits determines
the number of colors or gray tones in the image – a 16-bit image can contain up to 64 000
colors, an 8-bit image can contain only 256 colors. Each pixel displays only a single color,
so the advantage of the 16-bit image is that it can have much smaller changes in color from
one pixel to the next and thus can more accurately reflect graded changes in color across
the object. In practice, the 8-bit image may not be noticeably poorer unless the image size
is changed, and has the advantage of requiring much less disk space and less time to load. If
space is important and color is not, saving the image in gray scale will considerably reduce
disk space and loading time without reducing resolution. If color is important, the most
economical format is JPEG (Joint Photographic Experts Group, *.JPG). This is a com-
pressed format analogous to the *.ZIP format. An image that requires 900 K of disk space
as a 16-bit BMP or TIFF file might require less than 100 K as a minimally compressed JPEG.
More importantly, the 100 K JPEG will look just as good on the screen because there is