#jpegxl #decoder #jxl-oxide

jxl-vardct

JPEG XL VarDCT frame representation, part of jxl-oxide

11 releases (7 breaking)

new 0.8.0 Sep 9, 2024
0.7.0 Mar 26, 2024
0.6.2 Mar 4, 2024
0.4.0 Nov 21, 2023
0.2.1 Jun 16, 2023

#4 in #jpeg-xl

Download history 369/week @ 2024-05-20 228/week @ 2024-05-27 786/week @ 2024-06-03 439/week @ 2024-06-10 276/week @ 2024-06-17 309/week @ 2024-06-24 258/week @ 2024-07-01 341/week @ 2024-07-08 268/week @ 2024-07-15 339/week @ 2024-07-22 649/week @ 2024-07-29 413/week @ 2024-08-05 410/week @ 2024-08-12 292/week @ 2024-08-19 370/week @ 2024-08-26 377/week @ 2024-09-02

1,498 downloads per month
Used in 7 crates (2 directly)

MIT/Apache

395KB
10K SLoC

jxl-vardct

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.


lib.rs:

This crate provides types related to representation of VarDCT frames, such as [varblock transform types][TransformType], [LF images][LfCoeff], [dequantization matrices][DequantMatrixSet] and [HF coefficients][write_hf_coeff].

Actual decoding (dequantization and rendering) of such frames is not done in this crate.

Dependencies

~330–460KB