Skip to main content

save_as_webp

Function save_as_webp 

Source
pub fn save_as_webp<T>(
    image: &DynamicImage,
    quality: f32,
    path: T,
) -> Result<(), Error>
where T: AsRef<Path>,