shithub: qk1

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