summaryrefslogtreecommitdiff
path: root/libcore/imagemagickwrapper.h
diff options
context:
space:
mode:
authorManuel Reimer <manuel.reimer@gmx.de>2014-10-30 16:41:06 +0100
committerManuel Reimer <manuel.reimer@gmx.de>2014-10-30 16:41:06 +0100
commit94542945595f39866f868181f79583d20a019d1f (patch)
treed33a90022c2d4ea4aedb2af0fb3043012d8865b7 /libcore/imagemagickwrapper.h
parent9609e183f26f2335cc282f8e3424a7bd9d0f25b4 (diff)
downloadvdr-plugin-skindesigner-94542945595f39866f868181f79583d20a019d1f.tar.gz
vdr-plugin-skindesigner-94542945595f39866f868181f79583d20a019d1f.tar.bz2
Removed ImageMagick dependency. Final class names for Cairo backend
Diffstat (limited to 'libcore/imagemagickwrapper.h')
-rw-r--r--libcore/imagemagickwrapper.h22
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