summaryrefslogtreecommitdiff
path: root/libcore/imagemagickwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcore/imagemagickwrapper.h')
-rw-r--r--libcore/imagemagickwrapper.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libcore/imagemagickwrapper.h b/libcore/imagemagickwrapper.h
index da327a9..b0c19e8 100644
--- a/libcore/imagemagickwrapper.h
+++ b/libcore/imagemagickwrapper.h
@@ -3,10 +3,9 @@
#define X_DISPLAY_MISSING
-#include <Magick++.h>
+#include <cairo.h>
#include <vdr/osd.h>
-using namespace Magick;
class cImageMagickWrapper {
private:
@@ -14,7 +13,7 @@ public:
cImageMagickWrapper();
~cImageMagickWrapper();
protected:
- Image buffer;
+ 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);