shithub: qk1

ref: 51dc0e0ce9a4adb71c40e59cd6350db500f8e0c9
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);