shithub: qk1

ref: 98096fe3bd72a2d032bb33575690c0fc3734dd87
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);