#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

#689 in Images

Download history 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 5062/week @ 2024-11-27 5086/week @ 2024-12-04 4436/week @ 2024-12-11 2742/week @ 2024-12-18 1593/week @ 2024-12-25 2257/week @ 2025-01-01 4516/week @ 2025-01-08 4088/week @ 2025-01-15 3404/week @ 2025-01-22 3551/week @ 2025-01-29

16,199 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