The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

pnginspect - print contents of PNG files

SYNOPSIS

    pnginspect a.png b.png c.png

DESCRIPTION

This is a primitive "dumper" for PNG image data. If you have Data::Validate::URI and LWP::Simple installed, you can also use it to examine PNG files on the web, like this:

    pnginspect http://libpng.org/pub/png/img_png/libpng-88x31.png

These modules are not installed by default.

SEE ALSO

Image::PNG::Libpng

AUTHOR

Ben Bullock <bkb@cpan.org>