shithub: qk1

ref: 153e4c4c89b65e1bab94ea437ff5419f40699766
dir: /i_tga.h/

View raw version
int TGA_Encode(byte **out, char *id, pixel_t *pix, int w, int h);
qpic_t *TGA_Decode(byte *in, int sz, bool *premultalpha);