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