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
1,542 downloads per month
Used in 12 crates
(8 directly)
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