shithub: qk1

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