X-Git-Url: http://code.vuplus.com/gitweb/?p=vuplus_dvbapp;a=blobdiff_plain;f=lib%2Fgdi%2Fepng.h;h=753720b45d06b780df2454fed9c02dff4a86e744;hp=2db7bc43c845019da2b5e751da50cb332166202b;hb=1e9bbad0b92212ecf3d80186c2000d2f68f28fdb;hpb=8eec1849afbd482b7712cc000f7978731e3074ba diff --git a/lib/gdi/epng.h b/lib/gdi/epng.h index 2db7bc4..753720b 100644 --- a/lib/gdi/epng.h +++ b/lib/gdi/epng.h @@ -4,6 +4,8 @@ #include SWIG_VOID(int) loadPNG(ePtr &SWIG_OUTPUT, const char *filename); +SWIG_VOID(int) loadJPG(ePtr &SWIG_OUTPUT, const char *filename, ePtr alpha = 0); + int savePNG(const char *filename, gPixmap *pixmap); #endif