summaryrefslogtreecommitdiff
path: root/dmagick/c/transform.d
diff options
context:
space:
mode:
authorMike Wey2013-01-29 23:20:19 +0100
committerMike Wey2013-01-29 23:20:19 +0100
commit7968aa142fb8c2c4494382726a3fdb784e0b467f (patch)
tree6bddfb05eccdc8ca20b35dcdf8ba80f6868ae5c9 /dmagick/c/transform.d
parent2c38f5b3ea75829d3f8cac09eda7ec959f023399 (diff)
Update the headers for ImageMagick 6.8.2.ImageMagick_6.8.2
Diffstat (limited to 'dmagick/c/transform.d')
-rw-r--r--dmagick/c/transform.d5
1 files changed, 5 insertions, 0 deletions
diff --git a/dmagick/c/transform.d b/dmagick/c/transform.d
index df325d4..27b79ca 100644
--- a/dmagick/c/transform.d
+++ b/dmagick/c/transform.d
@@ -10,6 +10,11 @@ alias ptrdiff_t ssize_t;
extern(C)
{
+ static if ( MagickLibVersion >= 0x682 )
+ {
+ Image* AutoOrientImage(const(Image)*, const OrientationType, ExceptionInfo*);
+ }
+
Image* ChopImage(const(Image)*, const(RectangleInfo)*, ExceptionInfo*);
Image* ConsolidateCMYKImages(const(Image)*, ExceptionInfo*);
Image* CropImage(const(Image)*, const(RectangleInfo)*, ExceptionInfo*);