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