Module jpeg

Module jpeg 

Source
Expand description

JPEG data

Structs§

Adobe
Adobe APP14 marker
Code
Represents a Huffman code node that can either contain child nodes or be a leaf containing a numeric value.
Image
An Image organized for the JPEG decoder
JFIF
JFIF marker
JFIFVersion
JFIF marker Version
JPEGFrame
A JPEG frame
JPEGOptions
JPEG Options
JpegStreamReader
A JPEG stream reader
ParseResult
The result of an individual parse */

Enums§

HuffmanNode
Represents a Huffman tree node where each node can contain either a number (leaf) or nested arrays of numbers (internal nodes).

Functions§

decode_jpeg_data
Decodes a JPEG image
jpeg_decoder
Decodes a JPEG image