GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PNGINSPECT(1) User Contributed Perl Documentation PNGINSPECT(1)

pnginspect - print contents of PNG files

    pnginspect a.png b.png c.png

Print a text representation of the data within a PNG image file to standard output. It reads the PNG file, prints out its header information and its valid chunks, and then attempts to read all the chunks. Most of the chunks are printed using Data::Dumper. Modification time and text segments are printed specially.

The image data is not currently printed out.

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 automatically by Image::PNG::Libpng, so please install them yourself if you would like to use this facility.

--verbose
Print verbose information for debugging.

Image::PNG::Libpng

Ben Bullock <bkb@cpan.org>
2021-01-28 perl v5.32.1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.