1 #ifndef LIBPICOFE_READPNG_H
2 #define LIBPICOFE_READPNG_H
18 int readpng(void *dest, const char *fname, readpng_what what, int w, int h);
19 int writepngpp(const char *fname, unsigned short *src, int w, int h, int pitch);
20 int writepng(const char *fname, unsigned short *src, int w, int h);
26 #endif // LIBPICOFE_READPNG_H