Crate jxl_bitstream
source ·Expand description
This crate provides a JPEG XL bitstream reader and helper macros. The bitstream reader supports both bare codestream and container format, and it can detect which format to read.
Macros§
Structs§
- Bitstream reader with borrowed in-memory buffer.
- Wrapper that detects container format from underlying reader.
- Name type which is read by some JPEG XL headers.
Enums§
- Structure of the decoded bitstream.
Traits§
Functions§
- Perform
UnpackSigned
foru32
, as specified in the JPEG XL specification. - Perform
UnpackSigned
foru64
, as specified in the JPEG XL specification.