summaryrefslogtreecommitdiff
path: root/imagemagickwrapper.h
diff options
context:
space:
mode:
Diffstat (limited to 'imagemagickwrapper.h')
-rw-r--r--imagemagickwrapper.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/imagemagickwrapper.h b/imagemagickwrapper.h
index a5cc482..5f9901e 100644
--- a/imagemagickwrapper.h
+++ b/imagemagickwrapper.h
@@ -17,7 +17,7 @@ public:
protected:
Image buffer;
Color Argb2Color(tColor col);
- cImage *CreateImage(void);
+ cImage *CreateImage(int width, int height, bool preserveAspect = true);
cImage CreateImageCopy(void);
bool LoadImage(std::string FileName, std::string Path, std::string Extension);
bool LoadImage(const char *fullpath);