Image::Size - Determine the size of images in several common formats https://www.cpan.org
Go to file
2024-01-06 09:12:11 +01:00
perl-Image-Size.spec rebuilt with spec fixes [release 3.300-2mamba;Wed May 19 2021] 2024-01-06 09:12:11 +01:00
README.md perl 5.16 mass rebuild [release 3.232-2mamba;Mon Nov 12 2012] 2024-01-06 09:12:11 +01:00

perl-Image-Size

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.