Module nannou::image::codecs::png[][src]

Expand description

Decoding and Encoding of PNG Images

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

Related Links

Structs

PNG decoder

PNG encoder

Png Reader

Enums

Compression level of a PNG encoder. The default setting is Fast.

Filter algorithms used to process image data to improve compression.

Type Definitions

PNGEncoderDeprecated

PNG Encoder

PNGReaderDeprecated

PNG Reader