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