The uploaded file

    Apache-GD-Thumbnail-0.01.tar.gz

has entered CPAN as

  file: $CPAN/authors/id/I/IS/ISAAC/Apache-GD-Thumbnail-0.01.tar.gz
  size: 2428 bytes
   md5: 5c46eca45e213e98a2d2388b7a6fcb8a

NAME
       Apache::GD::Thumbnail - Apache module which generates on-
       the-fly thumbnails using GD and libjpeg

SYNOPSIS
         <Location /pics/thumbnails>
         SetHandler perl-handler
         PerlHandler Apache::GD::Thumbnail
         PerlSetVar ThumbnailMaxSize 75
         PerlSetVar ThumbnailBaseDir "/usr/local/httpd/htdocs/pics"
         </Location>

DESCRIPTION
       Just what it looks like: creates on-the-fly thumbnails of
       a jpeg image.  There are two optional configuration direc­
       tives.

       · ThumbnailMaxSize
              Sets the maximum number of pixels to be used in the
              thumbnail for length or width (whichever is larger)
 
       · ThumbnailBaseDir
              Sets the directory that contains the images to be
              thumbnailed.  Defaults to ".." if not set.

AUTHOR AND COPYRIGHT
       Copyright (c) 2002 Issac Goldstand - All rights reserved.

       This library is free software.  It can be redistributed
       and/or modified under the same terms as Perl itself.


Reply via email to