Skip to main content

Module png

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
DEFLATE compression level of a PNG encoder. The default setting is Fast.
FilterType
Filter algorithms used to process image data to improve compression.

Constantsยง

IPTC_KEYS ๐Ÿ”’
PNG_SIGNATURE ๐Ÿ”’
XMP_KEY ๐Ÿ”’

Functionsยง

unsupported_color ๐Ÿ”’