#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

#5 in #jxl-oxide

Download history 404/week @ 2024-01-03 284/week @ 2024-01-10 321/week @ 2024-01-17 188/week @ 2024-01-24 92/week @ 2024-01-31 199/week @ 2024-02-07 190/week @ 2024-02-14 445/week @ 2024-02-21 465/week @ 2024-02-28 244/week @ 2024-03-06 297/week @ 2024-03-13 377/week @ 2024-03-20 401/week @ 2024-03-27 367/week @ 2024-04-03 145/week @ 2024-04-10 232/week @ 2024-04-17

1,307 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