#jpegxl #decoder #jxl-oxide

jxl-coding

JPEG XL entropy decoder, part of jxl-oxide

9 unstable releases (3 breaking)

0.4.0 Mar 26, 2024
0.3.2 Feb 28, 2024
0.3.0 Nov 21, 2023
0.2.3 Jun 16, 2023
0.1.0 Apr 21, 2023

#755 in Images

Download history 125/week @ 2024-01-29 131/week @ 2024-02-05 209/week @ 2024-02-12 364/week @ 2024-02-19 537/week @ 2024-02-26 295/week @ 2024-03-04 195/week @ 2024-03-11 328/week @ 2024-03-18 436/week @ 2024-03-25 490/week @ 2024-04-01 131/week @ 2024-04-08 236/week @ 2024-04-15 195/week @ 2024-04-22 190/week @ 2024-04-29 398/week @ 2024-05-06 339/week @ 2024-05-13

1,159 downloads per month
Used in 11 crates (5 directly)

MIT/Apache

91KB
2.5K SLoC

jxl-coding

This crate provides an entropy decoder, implemented as specified in the JPEG XL specification.


lib.rs:

This crate provides Decoder, an entropy decoder, implemented as specified in the JPEG XL specification.

This also provides read_permutation and read_clusters, which are used in some parts of the specification.

Dependencies

~340–465KB