#jpegxl #decoder #jxl-oxide #image

jxl-bitstream

JPEG XL bitstream reader, part of jxl-oxide

14 releases

new 0.4.1 Sep 9, 2024
0.4.0 Mar 26, 2024
0.3.3 Mar 4, 2024
0.3.0 Nov 21, 2023
0.2.3 Jun 16, 2023

#993 in Images

Download history 483/week @ 2024-05-19 233/week @ 2024-05-26 819/week @ 2024-06-02 442/week @ 2024-06-09 317/week @ 2024-06-16 320/week @ 2024-06-23 303/week @ 2024-06-30 336/week @ 2024-07-07 254/week @ 2024-07-14 394/week @ 2024-07-21 641/week @ 2024-07-28 408/week @ 2024-08-04 452/week @ 2024-08-11 302/week @ 2024-08-18 321/week @ 2024-08-25 440/week @ 2024-09-01

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

MIT/Apache

41KB
967 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

~330–460KB