shithub: qk1

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