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