shithub: qk1

ref: 99ad1eb15aee20126f7432f5a797ebfa7a6a8665
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);