shithub: qk1

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