1PNGINSPECT(1) User Contributed Perl Documentation PNGINSPECT(1)
2
3
4
6 pnginspect - print contents of PNG files
7
9 pnginspect a.png b.png c.png
10
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 by default.
26
28 Image::PNG::Libpng
29
31 Ben Bullock <bkb@cpan.org>
32
33
34
35perl v5.32.1 2021-01-27 PNGINSPECT(1)