#jpegxl #decoder #image #jxl-oxide

jxl-bitstream

JPEG XL bitstream reader, part of jxl-oxide

17 unstable releases (5 breaking)

new 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

#1014 in Images

Download history 476/week @ 2024-09-07 388/week @ 2024-09-14 743/week @ 2024-09-21 650/week @ 2024-09-28 2261/week @ 2024-10-05 1735/week @ 2024-10-12 1181/week @ 2024-10-19 1570/week @ 2024-10-26 1658/week @ 2024-11-02 4709/week @ 2024-11-09 5059/week @ 2024-11-16 4980/week @ 2024-11-23 4788/week @ 2024-11-30 5543/week @ 2024-12-07 3819/week @ 2024-12-14 1248/week @ 2024-12-21

16,207 downloads per month
Used in 23 crates (9 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

~330–460KB