Crates.io | jxl-bitstream |
lib.rs | jxl-bitstream |
version | 0.5.1 |
source | src |
created_at | 2023-04-21 09:27:04.93797 |
updated_at | 2024-12-07 07:02:51.613194 |
description | JPEG XL bitstream reader, part of jxl-oxide |
homepage | |
repository | https://github.com/tirr-c/jxl-oxide.git |
max_upload_size | |
id | 845156 |
size | 42,569 |
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.