           SPELL=image-size
          SPELLX=Image-Size
         VERSION=3.221
          SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELLX-$VERSION
   SOURCE_URL[0]=http://www.cpan.org/modules/by-module/Image/$SOURCE
     SOURCE_HASH=sha512:05b5e4539f0ec4700eaa2e1937bfbfde0752f56395a7951c43f8d28ce55baac1d68f27753330e3ffb0605a20e9a46239ea9f1e372918adbeff49e2753819d266
         LICENSE=ART
        WEB_SITE="http://search.cpan.org/~rjray/Image-Size-${VERSION}/lib/Image/Size.pm"
         ENTERED=20020724
        KEYWORDS="images perl"
           SHORT="Reads the sizes of images in several formats"
cat << EOF
Image::Size is a library based on the image-sizing code in the 
wwwimagesize script, a tool that analyzes HTML files and adds HEIGHT and 
WIDTH tags to IMG directives. Image::Size has generalized that code to 
return a raw (X, Y) pair, and included wrappers to pre-format that 
output into either HTML or a set of attribute pairs suitable for the 
CGI.pm library by Lincoln Stein.

Currently, Image::Size can size images in XPM, XBM, GIF, JPEG, PNG, MNG, 
TIFF, the PPM family of formats (PPM/PGM/PBM) and if Image::Magick is 
installed, the formats supported by it.
EOF
