Structsยง
- ChunkWriter ๐This writer is used between the actual writer and the ZlibEncoder and has the job of packaging the compressed data into a PNG chunk, based on the image metadata
- PNG Encoder.
- Options ๐Decoding options, internal type, forwarded to the Writer.
- PartialInfo ๐
- Streaming PNG writer
- PNG writer
Enumsยง
- ChunkOutput ๐
- FormatErrorKind ๐
- Wrapper ๐This enum is used to be allow the
StreamWriter
to keep its innerChunkWriter
without wrapping it inside aZlibEncoder
. This is used in the case that between the change of state that happens when the last write of a frame is performed an error occurs, which obviously has to be returned. This creates the problem of where to store the writer before exiting the function, and this is whereWrapper
comes in.
Constantsยง
Functionsยง
- write_chunk ๐