Skip to main content

encode_rgba

Function encode_rgba 

Source
pub fn encode_rgba(
    rgba: &[u8],
    width: u32,
    height: u32,
    options: WebpOptions,
) -> Result<Vec<u8>, WebpError>