allow reading jfif embedded exif thumbnails from jpeg files and use them to speed...
[enigma2.git] / lib / gdi / picload.h
index 7d5d8b2a8c7b22e68bf01377d1bee6e948e53543..7bb9adf19933f9a6968b34ad63f0e59cfb648147 100644 (file)
@@ -5,7 +5,7 @@
 #include <lib/gdi/gpixmap.h>
 #include <lib/gdi/epng.h>
 
-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="");
+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);
 PyObject *getExif(const char *filename);
 
 #endif // __picload_h__