pub fn decode_bytes(
bytes: &[u8],
options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>Expand description
Decodes an image from an encoded byte slice.
pub fn decode_bytes(
bytes: &[u8],
options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>Decodes an image from an encoded byte slice.