Crate webp_animation

source ·
Expand description

Overview

This crate provides a high-level Rust wrapper for decoding and encoding WebP animations. Underlying WebP format processing is handled by C-based libwebp library by Google, which is interfaced through Rust libwebp-sys2 crate

Usage

Have a look at Decoder and Encoder for use-case specific examples.

Modules

Structs

Enums