Struct image::webp::WebpDecoder
[−]
[src]
pub struct WebpDecoder<R> { // some fields omitted }
A Representation of a Webp Image format decoder.
Methods
impl<R: Read> WebpDecoder<R>
fn new(r: R) -> WebpDecoder<R>
Create a new WebpDecoder from the Reader r
.
This function takes ownership of the Reader.