1PNGINSPECT(1)         User Contributed Perl Documentation        PNGINSPECT(1)
2
3
4

NAME

6       pnginspect - print contents of PNG files
7

SYNOPSIS

9           pnginspect a.png b.png c.png
10

DESCRIPTION

12       Print a text representation of the data within a PNG image file to
13       standard output. It reads the PNG file, prints out its header
14       information and its valid chunks, and then attempts to read all the
15       chunks. Most of the chunks are printed using Data::Dumper. Modification
16       time and text segments are printed specially.
17
18       The image data is not currently printed out.
19
20       If you have Data::Validate::URI and LWP::Simple installed, you can also
21       use it to examine PNG files on the web, like this:
22
23           pnginspect http://libpng.org/pub/png/img_png/libpng-88x31.png
24
25       These modules are not installed automatically by Image::PNG::Libpng, so
26       please install them yourself if you would like to use this facility.
27

OPTIONS

29       --verbose
30           Print verbose information for debugging.
31

SEE ALSO

33       Image::PNG::Libpng
34

AUTHOR

36       Ben Bullock <bkb@cpan.org>
37
38
39
40perl v5.34.0                      2022-01-21                     PNGINSPECT(1)
Impressum