#jpegxl #decoder #jxl-oxide

jxl-coding

JPEG XL entropy decoder, part of jxl-oxide

10 releases

new 0.4.1 Sep 9, 2024
0.4.0 Mar 26, 2024
0.3.2 Feb 28, 2024
0.3.0 Nov 21, 2023
0.1.0 Apr 21, 2023

#6 in #jxl-oxide

Download history 479/week @ 2024-05-19 231/week @ 2024-05-26 812/week @ 2024-06-02 441/week @ 2024-06-09 314/week @ 2024-06-16 318/week @ 2024-06-23 315/week @ 2024-06-30 342/week @ 2024-07-07 246/week @ 2024-07-14 392/week @ 2024-07-21 641/week @ 2024-07-28 402/week @ 2024-08-04 450/week @ 2024-08-11 298/week @ 2024-08-18 319/week @ 2024-08-25 441/week @ 2024-09-01

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

MIT/Apache

93KB
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

~330–460KB