diff options
| author | Mike Wey | 2011-12-10 23:07:26 +0100 |
|---|---|---|
| committer | Mike Wey | 2011-12-10 23:07:26 +0100 |
| commit | b1bdbb27b83c7ad5fbe5d657ae8fa861e3d5c820 (patch) | |
| tree | 8d98ff670c6235d4821226094a123e31da043e12 /dmagick/c/distort.d | |
| parent | ceeeee14dd7f07c460d0117822603179c2f83d2a (diff) | |
Update the headers for ImageMagick 6.7.4
Diffstat (limited to 'dmagick/c/distort.d')
| -rw-r--r-- | dmagick/c/distort.d | 2 |
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*); } |
