#jpegxl #decoder #image #jxl-oxide

jxl-bitstream

JPEG XL bitstream reader, part of jxl-oxide

17 unstable releases (5 breaking)

0.6.0 Dec 28, 2024
0.5.0 Nov 1, 2024
0.4.0 Mar 26, 2024
0.3.0 Nov 21, 2023
0.2.3 Jun 16, 2023

#5 in #jxl-oxide

Download history 4560/week @ 2024-11-20 5062/week @ 2024-11-27 5086/week @ 2024-12-04 4436/week @ 2024-12-11 2742/week @ 2024-12-18 1593/week @ 2024-12-25 2257/week @ 2025-01-01 4516/week @ 2025-01-08 4088/week @ 2025-01-15 3404/week @ 2025-01-22 4360/week @ 2025-01-29 6290/week @ 2025-02-05 6456/week @ 2025-02-12 5655/week @ 2025-02-19 8549/week @ 2025-02-26 6214/week @ 2025-03-05

27,760 downloads per month
Used in 27 crates (10 directly)

MIT/Apache

37KB
825 lines

jxl-bitstream

This crate provides a JPEG XL bitstream reader. The bitstream reader supports both bare codestream and container format, and it can detect which format to read.

Consumers of this crate can use Bitstream::new_detect to create a bitstream reader.


lib.rs:

This crate provides a JPEG XL bitstream reader. The bitstream reader supports both bare codestream and container format, and it can detect which format to read.

Dependencies

~325–460KB