Skip to main content

encode_rgb

Function encode_rgb 

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