#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 584/week @ 2024-09-25 1579/week @ 2024-10-02 2291/week @ 2024-10-09 1214/week @ 2024-10-16 1238/week @ 2024-10-23 1888/week @ 2024-10-30 1788/week @ 2024-11-06 6592/week @ 2024-11-13 4559/week @ 2024-11-20 5069/week @ 2024-11-27 4911/week @ 2024-12-04 4405/week @ 2024-12-11 2737/week @ 2024-12-18 1600/week @ 2024-12-25 2256/week @ 2025-01-01 4522/week @ 2025-01-08

11,988 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