Skip to main content

Module webp_anim

Module webp_anim 

Source
Expand description

Native animated WebP output backed by libwebp.

Structs§

WebpAnim
WebpAnimationOptions
Animation-level WebP options.
WebpEncoder
Incremental RGBA animation encoder shared by Maple consumers.
WebpFrame
One borrowed RGBA frame in an animation timeline.
WebpOptions
Per-frame WebP compression options.

Constants§

DEFAULT_WEBP_METHOD
Balanced libwebp method used by the published encoder.
DEFAULT_WEBP_QUALITY
Quality used for lossy WebP encoding.

Functions§

encode_webp_animation
Encode complete RGBA frames concurrently and assemble an animated WebP.