dos33fsprogs/gr-utils/loadpng.h
Vince Weaver bf7202c441 aiibot: a2_4ever
80 column mode

as always turns up bugs in my tokenizer
2020-10-23 16:11:15 -04:00

10 lines
266 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);
int loadpng80(char *filename, unsigned char **image_ptr, int *xsize, int *ysize,
int png_type);