#jpegxl #decoder #image #jxl-oxide

jxl-coding

JPEG XL entropy decoder, part of jxl-oxide

12 unstable releases (5 breaking)

0.6.0 Dec 28, 2024
0.5.0 Nov 1, 2024
0.4.1 Sep 9, 2024
0.4.0 Mar 26, 2024
0.2.3 Jun 16, 2023

#7 in #jxl-oxide

Download history 1739/week @ 2024-10-12 1189/week @ 2024-10-19 1567/week @ 2024-10-26 1661/week @ 2024-11-02 4709/week @ 2024-11-09 5065/week @ 2024-11-16 4981/week @ 2024-11-23 4799/week @ 2024-11-30 5343/week @ 2024-12-07 3800/week @ 2024-12-14 1269/week @ 2024-12-21 1693/week @ 2024-12-28 4196/week @ 2025-01-04 3860/week @ 2025-01-11 4398/week @ 2025-01-18 3155/week @ 2025-01-25

15,781 downloads per month
Used in 22 crates (5 directly)

MIT/Apache

91KB
2K 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

~325–460KB