DocumentServer/ActiveX/ASCOfficeUtils/GOCR/headers/tga.h

7 lines
160 B
C
Raw Normal View History

2014-07-05 18:22:49 +00:00
#include "pnm.h"
void readtga(char *name,pix *p,int mode); // mode: 0=gray 1=RGB
// ------------------------------------------------------------------------