DocumentServer/ActiveX/ASCOfficeUtils/GOCR/headers/tga.h
nikolay ivanov a8be6b9e72 init repo
2014-07-05 18:22:49 +00:00

7 lines
160 B
C

#include "pnm.h"
void readtga(char *name,pix *p,int mode); // mode: 0=gray 1=RGB
// ------------------------------------------------------------------------