diff options
Diffstat (limited to 'libcore/imagemagickwrapper.h')
| -rw-r--r-- | libcore/imagemagickwrapper.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/libcore/imagemagickwrapper.h b/libcore/imagemagickwrapper.h deleted file mode 100644 index b0c19e8..0000000 --- a/libcore/imagemagickwrapper.h +++ /dev/null @@ -1,22 +0,0 @@ -#ifndef __NOPACITY_IMAGEMAGICKWRAPPER_H -#define __NOPACITY_IMAGEMAGICKWRAPPER_H - -#define X_DISPLAY_MISSING - -#include <cairo.h> -#include <vdr/osd.h> - - -class cImageMagickWrapper { -private: -public: - cImageMagickWrapper(); - ~cImageMagickWrapper(); -protected: - cairo_surface_t *image = NULL; - cImage *CreateImage(int width, int height, bool preserveAspect = true); - bool LoadImage(std::string FileName, std::string Path, std::string Extension); - bool LoadImage(const char *fullpath); -}; - -#endif //__NOPACITY_IMAGEMAGICKWRAPPER_H |
