#jpegxl #decoder #image #jxl-oxide

jxl-bitstream

JPEG XL bitstream reader, part of jxl-oxide

15 unstable releases (4 breaking)

new 0.5.0 Nov 1, 2024
0.4.0 Mar 26, 2024
0.3.0 Nov 21, 2023
0.2.3 Jun 16, 2023

#486 in Images

Download history 319/week @ 2024-07-12 304/week @ 2024-07-19 665/week @ 2024-07-26 481/week @ 2024-08-02 428/week @ 2024-08-09 281/week @ 2024-08-16 340/week @ 2024-08-23 466/week @ 2024-08-30 475/week @ 2024-09-06 392/week @ 2024-09-13 718/week @ 2024-09-20 519/week @ 2024-09-27 2046/week @ 2024-10-04 2013/week @ 2024-10-11 1192/week @ 2024-10-18 1305/week @ 2024-10-25

6,612 downloads per month
Used in 18 crates (8 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