pub fn decode_reader<R: Read>(
reader: R,
options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>Expand description
Reads a bounded encoded stream and decodes it.
pub fn decode_reader<R: Read>(
reader: R,
options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>Reads a bounded encoded stream and decodes it.