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
AUTHOR
Ben Bullock <bkb@cpan.org>