17 releases (breaking)
Uses new Rust 2024
new 0.13.0 | Apr 27, 2025 |
---|---|
0.12.1 | Mar 29, 2025 |
0.12.0 | Dec 28, 2024 |
0.11.0 | Nov 1, 2024 |
0.4.0 | Jun 16, 2023 |
#8 in #jxl-oxide
26,446 downloads per month
Used in 19 crates
(3 directly)
560KB
14K
SLoC
This crate provides types related to JPEG XL frames.
A JPEG XL image contains one or more frames. A frame represents single unit of image that can be displayed or referenced by other frames.
A frame consists of a few components:
- [Frame header][FrameHeader].
- Table of contents (TOC).
- Actual frame data, in the following order, potentially permuted as specified in the TOC:
- one
LfGlobal
, num_lf_groups
LfGroup
's, in raster order,- one
HfGlobal
, potentially empty for Modular frames, and num_passes
timesnum_groups
pass groups, in raster order.
- one
jxl-frame
This crate provides types related to JPEG XL frames.
A JPEG XL image contains one or more frames. A frame represents single unit of image that can be displayed or referenced by other frames.
Dependencies
~320–455KB