Struct image::tga::TgaEncoder [−][src]
pub struct TgaEncoder<W: Write> { /* fields omitted */ }Expand description
TGA encoder.
Implementations
Create a new encoder that writes its output to w.
pub struct TgaEncoder<W: Write> { /* fields omitted */ }TGA encoder.
Create a new encoder that writes its output to w.