dos33fsprogs/gr-utils/loadpng.h
Vince Weaver d857e16e7a gr-sim: have the png2rle utils use common png load code
hopefully this doesn't break everything
2019-09-04 15:49:53 -04:00

8 lines
169 B
C

#define PNG_WHOLETHING 0
#define PNG_ODDLINES 1
#define PNG_EVENLINES 2
int loadpng(char *filename, unsigned char **image_ptr, int *xsize, int *ysize,
int png_type);