Function mila::decode[][src]

pub fn decode(
    pixel_data: &[u8],
    width: usize,
    height: usize,
    with_alpha: bool
) -> Result<Vec<u8>, TextureDecodeError>