- encodeScanline
bool encodeScanline(const(void)* scanptr)
Undocumented in source. Be warned that the author may not have intended to support it.
- initialize
bool initialize(IOStream* io, void* handle, PixelType inputType, int width, int height, bool enableRLE)
Undocumented in source. Be warned that the author may not have intended to support it.
This supports l8, la8, rgb8, rgba8 as input, and can output RGB8 or RGBA8 .TGA with RLE Reference: http://www.paulbourke.net/dataformats/tga/