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