pub fn parse_animation_webp(
data: &[u8],
) -> Result<ParsedAnimationWebp<'_>, DecoderError>Expand description
Parses an animated WebP container and returns frame-level chunk slices.
pub fn parse_animation_webp(
data: &[u8],
) -> Result<ParsedAnimationWebp<'_>, DecoderError>Parses an animated WebP container and returns frame-level chunk slices.