allow reading jfif embedded exif thumbnails from jpeg files and use them to speed...
[enigma2.git] / lib / gdi / picload.h
1 #ifndef __picload_h__
2 #define __picload_h__
3
4 #include "Python.h"
5 #include <lib/gdi/gpixmap.h>
6 #include <lib/gdi/epng.h>
7
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="", int thumbnail=0);
9 PyObject *getExif(const char *filename);
10
11 #endif // __picload_h__