#jpegxl #decoder #image #jxl-oxide

jxl-bitstream

JPEG XL bitstream reader, part of jxl-oxide

16 unstable releases (4 breaking)

new 0.5.1 Dec 7, 2024
0.5.0 Nov 1, 2024
0.4.1 Sep 9, 2024
0.4.0 Mar 26, 2024
0.2.3 Jun 16, 2023

#632 in Images

Download history 294/week @ 2024-08-21 492/week @ 2024-08-28 469/week @ 2024-09-04 379/week @ 2024-09-11 621/week @ 2024-09-18 578/week @ 2024-09-25 1573/week @ 2024-10-02 2291/week @ 2024-10-09 1207/week @ 2024-10-16 1237/week @ 2024-10-23 1886/week @ 2024-10-30 1788/week @ 2024-11-06 6586/week @ 2024-11-13 4560/week @ 2024-11-20 5064/week @ 2024-11-27 5019/week @ 2024-12-04

21,733 downloads per month
Used in 23 crates (9 directly)

MIT/Apache

32KB
722 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