struct png_unknown_chunk_t
Defined at line 620 of file ../../third_party/libpng/src/png.h
png_unknown_chunk is a structure to hold queued chunks for which there is
no specific support. The idea is that we can use this to queue
up private chunks for output even though the library doesn't actually
know about their semantics.
The data in the structure is set by libpng on read and used on write.
Public Members
png_byte[5] name
png_byte * data
size_t size
png_byte location