Skip to main content

encode_lossy_image_to_webp

Function encode_lossy_image_to_webp 

Source
pub fn encode_lossy_image_to_webp(
    image: &ImageBuffer,
) -> Result<Vec<u8>, EncoderError>
Expand description

Encodes an ImageBuffer to a still lossy WebP container.