pub fn encode_lossy_with_config(
image: &ImageBuffer,
config: &LossyEncodingConfig,
exif: Option<&[u8]>,
) -> Result<Vec<u8>, EncoderError>Expand description
Encodes an image as a still lossy WebP using the standard config API.
pub fn encode_lossy_with_config(
image: &ImageBuffer,
config: &LossyEncodingConfig,
exif: Option<&[u8]>,
) -> Result<Vec<u8>, EncoderError>Encodes an image as a still lossy WebP using the standard config API.