GD::Thumbnail
=============

This a thumbnail maker. Thumbnails are smaller versions of the
original image/graphic/picture and are used for preview purposes,
where bigger images can take a long time to load. They are also 
used in image galleries to preview a lot of images at a time.

Read the module's POD for documentation, examples and other 
information.

INSTALLATION

Just use the cpan shell to install this module. From a command prompt, type:

    cpan

or

    perl -MCPAN -e shell

to enter the cpan shell. And then enter:

   install GD::Thumbnail

If you don't have the cpan shell available, then you have a broken perl
installation.

DEPENDENCIES

This module requires these other modules:

   GD

The bundled image 'cpan.jpg' is taken from
   http://www.cpan.org/misc/jpg/cpan.jpg 
and only used for testing.

COPYRIGHT & LICENSE

See the LICENSE file bundled with this distribution.