shithub: qk1

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