Bundle::Image::Info::PNG - full PNG support for Image::Info


Image-Info documentation Contained in the Image-Info distribution.

Index


Code Index:

NAME

Top

Bundle::Image::Info::PNG - full PNG support for Image::Info

SYNOPSIS

Top

 perl -MCPAN -e 'install Bundle::Image::Info::PNG'

CONTENTS

Top

Image::Info - the base Image::Info module

Compress::Zlib - reading compressed zTXt chunks in PNG files

DESCRIPTION

Top

This bundle installs everything needed to get full PNG support into Image::Info. Without Compress::Zlib the ability to decompress zTXt chunks is missing.

AUTHOR

Top

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__