shithub: qk1

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