webp-anim 0.1.1

Sequential, bounded-memory animated WebP processing for Rust
Documentation
1
2
3
4
5
6
//! Lower-level WebP animation codec primitives.

/// Sequential animated WebP decoding.
pub mod decode;
/// Sequential animated WebP encoding.
pub mod encode;