Struct image::jpeg::JPEGDecoder
[−]
[src]
pub struct JPEGDecoder<R> { // some fields omitted }
The representation of a JPEG decoder
Does not support decoding progressive JPEG images
Methods
impl<R: Read> JPEGDecoder<R>
fn new(r: R) -> JPEGDecoder<R>
Create a new decoder that decodes from the stream r