Module image::codecs::webp

source ·
Available on crate feature webp only.
Expand description

Decoding and Encoding of WebP Images

Structs§

  • WebP Image format decoder. Currently only supports lossy RGB images or lossless RGBA images.
  • WebP Encoder.