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§

Enums§

Traits§

Functions§

  • Perform UnpackSigned for u32, as specified in the JPEG XL specification.
  • Perform UnpackSigned for u64, as specified in the JPEG XL specification.

Type Aliases§