Skip to main content

encode_pixels

Function encode_pixels 

Source
pub fn encode_pixels(
    rgba: &[u8],
    width: u32,
    height: u32,
    format: WzPngFormat,
) -> WzResult<Vec<u8>>