//! WebP support backed by the standalone `webp-rust` codec crate.
//!
//! `wml2` keeps its metadata and draw/pick integration locally, while the WebP
//! bitstream parser and still-image codec core live in the sibling repository.
type Error = ;
/// Lower-level WebP parsing and decoding APIs plus the `wml2` draw adapter.
/// WebP encoding APIs plus the `wml2` draw/pick adapter.
pub use ;
/// Decodes a still WebP image from memory into an RGBA buffer.
/// Reads a still WebP image from disk and decodes it to RGBA.