dos33fsprogs/demos/second/part18_3d/auto/loadpng.h
2023-09-30 00:50:37 -04:00

12 lines
309 B
C

#define PNG_WHOLETHING 0
#define PNG_ODDLINES 1
#define PNG_EVENLINES 2
#define PNG_RAW 3
#define PNG_NO_ADJUST 4
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);