Crates.io | jxl-vardct |
lib.rs | jxl-vardct |
version | 0.9.0 |
source | src |
created_at | 2023-05-12 19:35:13.638315 |
updated_at | 2024-11-01 12:59:57.157665 |
description | JPEG XL VarDCT frame representation, part of jxl-oxide |
homepage | |
repository | https://github.com/tirr-c/jxl-oxide.git |
max_upload_size | |
id | 863246 |
size | 76,412 |
This crate provides types related to representation of VarDCT frames, such as varblock transform types, LF images, dequantization matrices and HF coefficients.
Actual decoding (dequantization and rendering) of such frames is not done in this crate.