diff options
| author | Mike Wey | 2014-11-30 19:29:07 +0100 |
|---|---|---|
| committer | Mike Wey | 2014-11-30 19:29:07 +0100 |
| commit | ec8851cf174b2215441ddb377eb7a9ef33f1b3c0 (patch) | |
| tree | a6496d1b896ce0611dc148184f9a9793b90d1835 /dmagick/c/effect.d | |
| parent | a158740e2834824a70997375a1d813f8d55f6adc (diff) | |
Update the headers for ImageMagick 6.9.0.ImageMagick_6.9.0
Diffstat (limited to 'dmagick/c/effect.d')
| -rw-r--r-- | dmagick/c/effect.d | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/dmagick/c/effect.d b/dmagick/c/effect.d index 3e4e112..7932ba2 100644 --- a/dmagick/c/effect.d +++ b/dmagick/c/effect.d @@ -51,12 +51,6 @@ extern(C) Image* AdaptiveSharpenImageChannel(const(Image)*, const ChannelType, const double, const double, ExceptionInfo*); Image* BlurImage(const(Image)*, const double, const double, ExceptionInfo*); Image* BlurImageChannel(const(Image)*, const ChannelType, const double, const double, ExceptionInfo*); - - static if ( MagickLibVersion >= 0x689 ) - { - Image* CannyEdgeImage(const(Image)*, const double, const double, const double, const double, ExceptionInfo*); - } - Image* ConvolveImage(const(Image)*, const size_t, const(double)*, ExceptionInfo*); Image* ConvolveImageChannel(const(Image)*, const ChannelType, const size_t, const(double)*, ExceptionInfo*); Image* DespeckleImage(const(Image)*, ExceptionInfo*); @@ -67,6 +61,12 @@ extern(C) Image* GaussianBlurImage(const(Image)*, const double, const double, ExceptionInfo*); Image* GaussianBlurImageChannel(const(Image)*, const ChannelType, const double, const double, ExceptionInfo*); + static if ( MagickLibVersion >= 0x689 ) + { + Image* KuwaharaImage(const(Image)*, const double, const double, ExceptionInfo*); + Image* KuwaharaImageChannel(const(Image)*, const ChannelType, const double, const double, ExceptionInfo*); + } + static if ( MagickLibVersion < 0x669 ) { Image* MedianFilterImage(const(Image)*, const double, ExceptionInfo*); |
