Crate jxl_modular

Source
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§

image

Structs§

FlatMaTree
A “flat” meta-adaptive tree, constructed with MaConfig::make_flat_tree.
MaConfig
Meta-adaptive tree configuration.
MaConfigParams
Parameters for decoding MaConfig.
Modular
A Modular encoded image.
ModularChannelInfo
ModularChannelParams
ModularParams

Enums§

ChannelShift
Error

Traits§

Sample
Type of Modular image samples.

Type Aliases§

Result