#jpegxl #decoder #jxl-oxide

jxl-vardct

JPEG XL VarDCT frame representation, part of jxl-oxide

13 releases (breaking)

0.10.0 Dec 28, 2024
0.9.0 Nov 1, 2024
0.8.0 Sep 9, 2024
0.7.0 Mar 26, 2024
0.2.1 Jun 16, 2023

#9 in #jxl-oxide

Download history 573/week @ 2024-09-18 550/week @ 2024-09-25 1553/week @ 2024-10-02 2271/week @ 2024-10-09 1211/week @ 2024-10-16 1238/week @ 2024-10-23 1879/week @ 2024-10-30 1782/week @ 2024-11-06 6590/week @ 2024-11-13 4554/week @ 2024-11-20 5050/week @ 2024-11-27 4906/week @ 2024-12-04 4411/week @ 2024-12-11 2731/week @ 2024-12-18 1566/week @ 2024-12-25 2239/week @ 2025-01-01

12,490 downloads per month
Used in 18 crates (3 directly)

MIT/Apache

215KB
5K 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

~205KB