Crate jxl_image

Crate jxl_image 

Source
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.

Modules§

color
Types related to color encoding.

Structs§

AnimationHeader
Animation information.
Extensions
ExtraChannelInfo
Information about an extra channel.
ImageHeader
JPEG XL image header.
ImageMetadata
Image metadata.
PreviewHeader
SizeHeader
Image size information.

Enums§

BitDepth
Bit depth information.
ExtraChannelType
Type of an extra channel.