Module image::codecs::png [−][src]
Decoding and Encoding of PNG Images
PNG (Portable Network Graphics) is an image format that supports lossless compression.
Related Links
- http://www.w3.org/TR/PNG/ - The PNG Specification
Structs
ApngDecoder | An |
PngDecoder | PNG decoder |
PngEncoder | PNG encoder |
PngReader | Png Reader |
Enums
CompressionType | Compression level of a PNG encoder. The default setting is |
FilterType | Filter algorithms used to process image data to improve compression. |
Type Definitions
PNGEncoder | Deprecated PNG Encoder |
PNGReader | Deprecated PNG Reader |