Skip to main content

Module header

Module header 

Source
Expand description

WebP RIFF container and chunk parsing helpers.

Structs§

AnimationHeader
Parsed ANIM chunk.
ChunkHeader
Common metadata for a RIFF chunk.
ParsedAnimationFrame
Parsed animation frame entry.
ParsedAnimationWebp
Parsed animated WebP container.
ParsedWebp
Parsed still-image WebP container.
Vp8xHeader
Parsed VP8X extended header.
WebpFeatures
High-level image features derived from the container and bitstream.

Functions§

get_features
Returns high-level WebP features without fully decoding the image.
parse_animation_webp
Parses an animated WebP container and returns frame-level chunk slices.
parse_still_webp
Parses a still-image WebP container and returns raw chunk slices.