Expand description
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.
Image header is at the beginning of the bitstream. One can parse ImageHeader
from the
bitstream to retrieve information about the image.
Structs§
- Animation information.
- Information about an extra channel.
- JPEG XL image header.
- Image metadata.
- Image size information.
Enums§
- Bit depth information.
- Type of an extra channel.