#jpegxl #decoder #jxl-oxide

jxl-vardct

JPEG XL VarDCT frame representation, part of jxl-oxide

12 releases (breaking)

new 0.9.0 Nov 1, 2024
0.7.0 Mar 26, 2024
0.4.0 Nov 21, 2023
0.2.1 Jun 16, 2023

#8 in #jxl-oxide

Download history 300/week @ 2024-07-12 282/week @ 2024-07-19 670/week @ 2024-07-26 467/week @ 2024-08-02 402/week @ 2024-08-09 267/week @ 2024-08-16 319/week @ 2024-08-23 445/week @ 2024-08-30 463/week @ 2024-09-06 365/week @ 2024-09-13 663/week @ 2024-09-20 509/week @ 2024-09-27 2017/week @ 2024-10-04 2005/week @ 2024-10-11 1201/week @ 2024-10-18 1302/week @ 2024-10-25

6,580 downloads per month
Used in 13 crates (2 directly)

MIT/Apache

400KB
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