#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

#994 in Images

Download history 1731/week @ 2024-10-27 1604/week @ 2024-11-03 4814/week @ 2024-11-10 4884/week @ 2024-11-17 5402/week @ 2024-11-24 4529/week @ 2024-12-01 5365/week @ 2024-12-08 3805/week @ 2024-12-15 1398/week @ 2024-12-22 1535/week @ 2024-12-29 4323/week @ 2025-01-05 3927/week @ 2025-01-12 4219/week @ 2025-01-19 3854/week @ 2025-01-26 4887/week @ 2025-02-02 5799/week @ 2025-02-09

19,091 downloads per month
Used in 24 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