Details about the image, this is mostly useful internally as they are used to decode the image. However, these could be presented in an image viewer.
The image dimensions and data.
Any informational messages when decoding. These are things of note but not important enough to be a warning.
A list of metadata entries that have been decoded. See IDecodePngOptions.parseChunkTypes for how to decode additional metadata entries.
Optional
paletteThe palette if it exists.
All raw chunks contained in the png.
Any warnings that were encountered during decoding. Warnings typically fall into the following categories and are generally safe to ignore:
Strict mode can be enabled via IDecodePngOptions.strictMode which will throw an error when any warning is encountered.
A png that has been successfully decoded.