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
- JFIF
Version - JFIF marker Version
- JPEG
Frame - A JPEG frame
- JPEG
Options - JPEG Options
- Jpeg
Stream Reader - A JPEG stream reader
- Parse
Result - The result of an individual parse */
Enums§
- Huffman
Node - 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