20 releases (12 breaking)
Uses new Rust 2024
| 0.13.3 | Aug 17, 2025 |
|---|---|
| 0.13.1 | May 10, 2025 |
| 0.12.1 | Mar 29, 2025 |
| 0.12.0 | Dec 28, 2024 |
| 0.4.0 | Jun 16, 2023 |
#1471 in Images
48,279 downloads per month
Used in 22 crates
(3 directly)
570KB
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_groupsLfGroup's, in raster order,- one
HfGlobal, potentially empty for Modular frames, and num_passestimesnum_groupspass 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
~310–450KB