[][src]Module image::webp

👎 Deprecated:

Use codecs::webp instead

Decoding of WebP Images

Re-exports

pub use crate::codecs::webp::vp8;

Structs

WebPDecoder

WebP Image format decoder. Currently only supportes the luma channel (meaning that decoded images will be grayscale).