# listpng **Repository Path**: mirrors_crossbowerbt/listpng ## Basic Information - **Project Name**: listpng - **Description**: Simple PNG data chunk dumper. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-24 - **Last Updated**: 2026-04-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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.