Module jpeg

Source
Expand description

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.

Modulesยง

decoder ๐Ÿ”’
encoder ๐Ÿ”’
entropy ๐Ÿ”’
transform ๐Ÿ”’

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