Expand description
JPEG XL Modular image decoder.
A Modular image represents a set of grids (two-dimensional arrays) of integer values. Modular images are used mainly for lossless images, but lossy VarDCT images also use them to store various information, such as quantized LF images and varblock configurations.
Modules§
Structs§
- A “flat” meta-adaptive tree, constructed with
MaConfig::make_flat_tree
. - Meta-adaptive tree configuration.
- Parameters for decoding
MaConfig
. - A Modular encoded image.
Enums§
Traits§
- Type of Modular image samples.