#jpegxl #decoder #jxl-oxide

jxl-bitstream

JPEG XL bitstream reader, part of jxl-oxide

13 unstable releases (3 breaking)

0.4.0 Mar 26, 2024
0.3.2 Feb 24, 2024
0.3.0 Nov 21, 2023
0.2.3 Jun 16, 2023

#424 in Images

Download history 400/week @ 2024-01-01 268/week @ 2024-01-08 336/week @ 2024-01-15 191/week @ 2024-01-22 116/week @ 2024-01-29 116/week @ 2024-02-05 197/week @ 2024-02-12 361/week @ 2024-02-19 447/week @ 2024-02-26 447/week @ 2024-03-04 219/week @ 2024-03-11 318/week @ 2024-03-18 441/week @ 2024-03-25 497/week @ 2024-04-01 142/week @ 2024-04-08 240/week @ 2024-04-15

1,330 downloads per month
Used in 12 crates (8 directly)

MIT/Apache

40KB
957 lines

jxl-bitstream

This crate provides a JPEG XL bitstream reader and helper macros. 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 and helper macros. The bitstream reader supports both bare codestream and container format, and it can detect which format to read.

Dependencies

~340–465KB