Skip to main content

decode_reader

Function decode_reader 

Source
pub fn decode_reader<R>(
    reader: R,
    options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>
where R: Read,
Expand description

Reads a bounded encoded stream and decodes it.