Skip to main content

decode_bytes

Function decode_bytes 

Source
pub fn decode_bytes(
    bytes: &[u8],
    options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>
Expand description

Decodes an image from an encoded byte slice.