shithub: qk1

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