12 breaking releases
Uses new Rust 2024
0.13.0 | Apr 27, 2025 |
---|---|
0.12.0 | Dec 28, 2024 |
0.11.0 | Nov 1, 2024 |
0.9.0 | Mar 26, 2024 |
0.4.1 | Jun 16, 2023 |
#9 in #jxl-oxide
24,181 downloads per month
Used in 21 crates
(5 directly)
150KB
3.5K
SLoC
This crate provides types related to JPEG XL image headers, such as
[image size information][SizeHeader], [color encoding][ColourEncoding] and
[animation TPS (ticks per second) information][AnimationHeader]. Most of the information is in
the ImageMetadata
struct.
Image header is at the beginning of the bitstream. One can parse ImageHeader
from the
bitstream to retrieve information about the image.
jxl-image
This crate provides types related to JPEG XL image headers, such as image size information, color
encoding and animation TPS (ticks per second) information. Most of the information is in the
ImageMetadata
struct.
Dependencies
~320–455KB