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.
pub fn decode_reader<R>(
reader: R,
options: DecodeOptions,
) -> Result<DecodedImage, ImageIoError>where
R: Read,Reads a bounded encoded stream and decodes it.