| Image-Info documentation | Contained in the Image-Info distribution. |
Bundle::Image::Info::PNG - full PNG support for Image::Info
perl -MCPAN -e 'install Bundle::Image::Info::PNG'
Image::Info - the base Image::Info module
Compress::Zlib - reading compressed zTXt chunks in PNG files
This bundle installs everything needed to get full PNG support into Image::Info. Without Compress::Zlib the ability to decompress zTXt chunks is missing.
Slaven Rezic <srezic@cpan.org>
| Image-Info documentation | Contained in the Image-Info distribution. |
# -*- perl -*- package Bundle::Image::Info::PNG; $VERSION = '0.01'; 1; __END__