Expand description
This crate provides types related to JPEG XL frames.
A JPEG XL image contains one or more frames. A frame represents single unit of image that can be displayed or referenced by other frames.
A frame consists of a few components:
- Frame header.
- Table of contents (TOC).
- Actual frame data, in the following order, potentially permuted as specified in the TOC:
- one
LfGlobal
, num_lf_groups
LfGroup
’s, in raster order,- one
HfGlobal
, potentially empty for Modular frames, and num_passes
timesnum_groups
pass groups, in raster order.
- one
Re-exports§
pub use header::FrameHeader;
Modules§
Structs§
- JPEG XL frame.