Expand description
This crate provides a JPEG XL bitstream reader. The bitstream reader supports both bare codestream and container format, and it can detect which format to read.
Re-exports§
pub use container::BitstreamKind;
pub use container::ContainerDetectingReader;
pub use container::ParseEvent;
Modules§
Structs§
- Bitstream reader with borrowed in-memory buffer.
- Bit count for use in
Bitstream::read_u32
.
Enums§
- Bit specifier for
Bitstream::read_u32
.
Functions§
- Perform
UnpackSigned
foru32
, as specified in the JPEG XL specification. - Perform
UnpackSigned
foru64
, as specified in the JPEG XL specification.