#jpegxl #decoder #jxl-oxide

jxl-vardct

JPEG XL VarDCT frame representation, part of jxl-oxide

15 releases (breaking)

Uses new Rust 2024

new 0.11.0 Apr 27, 2025
0.10.1 Mar 29, 2025
0.10.0 Dec 28, 2024
0.9.0 Nov 1, 2024
0.2.1 Jun 16, 2023

#10 in #jxl-oxide

Download history 4304/week @ 2025-01-05 3917/week @ 2025-01-12 4207/week @ 2025-01-19 3836/week @ 2025-01-26 4888/week @ 2025-02-02 5849/week @ 2025-02-09 7308/week @ 2025-02-16 6949/week @ 2025-02-23 8131/week @ 2025-03-02 5655/week @ 2025-03-09 8614/week @ 2025-03-16 7383/week @ 2025-03-23 11265/week @ 2025-03-30 8342/week @ 2025-04-06 5764/week @ 2025-04-13 3816/week @ 2025-04-20

29,492 downloads per month
Used in 20 crates (3 directly)

MIT/Apache

420KB
10K SLoC

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.


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.

Dependencies

~320–455KB