Module image::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
Modules
deflate | A DEFLATE encoder (RFC 1951). |
hash | This module provides implementations of common hashing algorithms. |
inflate | An Implementation of RFC 1951 |
zlib | An Implementation of RFC 1950 |
Structs
PNGDecoder | The representation of a PNG decoder |
PNGEncoder | The representation of a PNG encoder |