5 #include <lib/gdi/gpixmap.h>
6 #include <lib/gdi/epng.h>
8 SWIG_VOID(int) loadPic(ePtr<gPixmap> &SWIG_OUTPUT, std::string filename, int x, int y, int aspect, int resize_mode=0, int rotate=0, int background=0, std::string cachefile="");
9 PyObject *getExif(const char *filename);
11 #endif // __picload_h__