A PNG file consists of the magic number then a stream of chunks. This struct represents those chunks.
returns the type as a string for easier comparison with literals
Puts it into the format for outputting to a file
See Implementation
A PNG file consists of the magic number then a stream of chunks. This struct represents those chunks.