jxl-bitstream

Crates.iojxl-bitstream
lib.rsjxl-bitstream
version0.5.1
sourcesrc
created_at2023-04-21 09:27:04.93797
updated_at2024-12-07 07:02:51.613194
descriptionJPEG XL bitstream reader, part of jxl-oxide
homepage
repositoryhttps://github.com/tirr-c/jxl-oxide.git
max_upload_size
id845156
size42,569
Wonwoo Choi (tirr-c)

documentation

README

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.

Commit count: 620

cargo fmt