diff options
Diffstat (limited to 'imageloader.h')
-rw-r--r-- | imageloader.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/imageloader.h b/imageloader.h index bc2b7dd..8b88ba4 100644 --- a/imageloader.h +++ b/imageloader.h @@ -17,6 +17,7 @@ public: bool LoadLogo(const char *logo, int width, int height); bool LoadEPGImage(int eventID); bool LoadAdditionalEPGImage(cString name); + bool LoadPoster(const char *poster, int width, int height); bool LoadIcon(const char *cIcon, int size); bool DrawBackground(tColor back, tColor blend, int width, int height); private: @@ -24,6 +25,7 @@ private: Color Argb2Color(tColor col); void toLowerCase(std::string &str); bool LoadImage(cString FileName, cString Path, cString Extension); + bool LoadImage(const char *fullpath); }; #endif //_TVGUIDE_IMAGELOADER_H |