Skip to main content

encode_rgba_image

Function encode_rgba_image 

Source
pub fn encode_rgba_image(
    image: &RgbaImage,
    options: WebpOptions,
) -> Result<Vec<u8>, WebpError>