#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

#8 in #jxl-oxide

Download history 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 4503/week @ 2025-01-08 4070/week @ 2025-01-15 3393/week @ 2025-01-22 4361/week @ 2025-01-29 6272/week @ 2025-02-05 5483/week @ 2025-02-12

20,205 downloads per month
Used in 19 crates (3 directly)

MIT/Apache

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

~325–460KB