#jpegxl #decoder #jxl-oxide

jxl-vardct

JPEG XL VarDCT frame representation, part of jxl-oxide

10 releases (6 breaking)

0.7.0 Mar 26, 2024
0.6.1 Feb 28, 2024
0.4.0 Nov 21, 2023
0.2.1 Jun 16, 2023

#7 in #jxl-oxide

Download history 383/week @ 2024-01-01 242/week @ 2024-01-08 338/week @ 2024-01-15 155/week @ 2024-01-22 90/week @ 2024-01-29 96/week @ 2024-02-05 156/week @ 2024-02-12 342/week @ 2024-02-19 533/week @ 2024-02-26 427/week @ 2024-03-04 194/week @ 2024-03-11 300/week @ 2024-03-18 375/week @ 2024-03-25 474/week @ 2024-04-01 121/week @ 2024-04-08 230/week @ 2024-04-15

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

MIT/Apache

365KB
9K 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

~340–465KB