Module image::codecs::jpeg [−][src]
Decoding and Encoding of JPEG Images
JPEG (Joint Photographic Experts Group) is an image format that supports lossy compression. This module implements the Baseline JPEG standard.
Related Links
- http://www.w3.org/Graphics/JPEG/itu-t81.pdf - The JPEG specification
Structs
JpegDecoder | JPEG decoder |
JpegEncoder | The representation of a JPEG encoder |
PixelDensity | Represents the pixel density of an image |
Enums
PixelDensityUnit | Represents a unit in which the density of an image is measured |
Type Definitions
JPEGEncoder | Deprecated JPEG Encoder |