Crate jxl_frame

Source
Expand description

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:

Re-exports§

pub use header::FrameHeader;

Modules§

data
filter
header

Structs§

Frame
JPEG XL frame.
FrameContext
PassGroupBitstream

Enums§

Error

Type Aliases§

Result