summaryrefslogtreecommitdiff
path: root/dmagick/c/distort.d
diff options
context:
space:
mode:
Diffstat (limited to 'dmagick/c/distort.d')
-rw-r--r--dmagick/c/distort.d2
1 files changed, 2 insertions, 0 deletions
diff --git a/dmagick/c/distort.d b/dmagick/c/distort.d
index 6246ed8..10c96f4 100644
--- a/dmagick/c/distort.d
+++ b/dmagick/c/distort.d
@@ -322,6 +322,7 @@ extern(C)
InverseColorInterpolate
}
+ Image* AffineTransformImage(const(Image)*, const(AffineMatrix)*, ExceptionInfo*);
Image* DistortImage(const(Image)*, const DistortImageMethod, const size_t, const(double)*, MagickBooleanType, ExceptionInfo* exception);
static if ( MagickLibVersion >= 0x670 )
@@ -329,5 +330,6 @@ extern(C)
Image* DistortResizeImage(const(Image)*, const size_t, const size_t, ExceptionInfo*);
}
+ Image* RotateImage(const(Image)*, const double, ExceptionInfo*);
Image* SparseColorImage(const(Image)*, const ChannelType, const SparseColorMethod, const size_t, const(double)*, ExceptionInfo*);
}