Tool to extract and understand the PNG format chunks. The PNG (Portable Network Graphics) image format consists of multiple pieces of data (header, image, meta information, or hidden content).
PNG Chunks - dCode
Tag(s) : Image Processing
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Tool to extract and understand the PNG format chunks. The PNG (Portable Network Graphics) image format consists of multiple pieces of data (header, image, meta information, or hidden content).
PNG (Portable Network Graphics) files are composed of several parts, the chunks. Generally a file has a header, a content and an end. The PNG format also has its specification the ability to integrate a comment area chunk, compressed or not, which is usually unreadable without a dedicated software.
The tEXt chunk is readable directly in the file (in a text editor or an hexadecimal editor), it starts with tEXt (74455874 in hexadecimal ascii), followed by a title, and a free comment area.
Example: TEXt => My Title This is a PNG comment
The zTXt chunk is similar to tEXt except that its content is compressed with DEFLATE. Find in the file zTXt (7a545874 in hexadecimal ascii), followed by a title, and a binary area not readable directly (because compressed), that zone must be decompressed before being able to read the message.
dCode retains ownership of the online 'PNG Chunks' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script, copy-paste, or API access will be for free, same for PNG Chunks download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!