imagefmt.tga

Undocumented in source.

Members

Enums

DATATYPE
enum DATATYPE
Undocumented in source.

Functions

detect_tga
bool detect_tga(Reader* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga
ubyte read_tga(Reader* rc, IFImage image, int reqchans, int reqbpc)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga_header
ubyte read_tga_header(Reader* rc, TGAHeader head)
Undocumented in source. Be warned that the author may not have intended to support it.
read_tga_info
IFInfo read_tga_info(Reader* rc)
Undocumented in source. Be warned that the author may not have intended to support it.
rle_compress
size_t rle_compress(ubyte[] line, ubyte[] cmpr, size_t w, int bytespp)
Undocumented in source. Be warned that the author may not have intended to support it.
write_tga
ubyte write_tga(Writer* wc, int w, int h, ubyte[] buf, int reqchans)
Undocumented in source. Be warned that the author may not have intended to support it.
write_tga_idat
ubyte write_tga_idat(Writer* wc, int w, int h, ubyte[] buf, int schans, int tchans)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

TGAHeader
struct TGAHeader
Undocumented in source.

Meta