Module png

Source
Expand description

Decoding and Encoding of PNG Images

PNG (Portable Network Graphics) is an image format that supports lossless compression.

Structs§

ApngDecoder
An AnimationDecoder adapter of PngDecoder.
PngDecoder
PNG decoder
PngEncoder
PNG encoder

Enums§

CompressionType
Compression level of a PNG encoder. The default setting is Fast.
FilterType
Filter algorithms used to process image data to improve compression.