/listpng

Simple PNG data chunk dumper.

Primary LanguageC

Simple PNG data chunk dumper

Written while reading rfc 2083 (http://tools.ietf.org/html/rfc2083), to better understand the specifics.

List the header and the content of various PNG chunks, contained in a PNG image.

Usage

Give the .png file you want to list, as an argument to the program.

See the tool usage...

Compile

Just use a c compiler you like. Pure C code.