aboutsummaryrefslogtreecommitdiff
path: root/lib/gdi/epng.h
blob: 650c25139d16f02ac9ff79f71e1f5d7af786a1ae (plain)
1
2
3
4
5
6
7
8
9
#ifndef __png_h
#define __png_h

#include "grc.h"

gImage *loadPNG(const char *filename);
int savePNG(const char *filename, gPixmap *pixmap);

#endif