diff options
| author | Mike Wey | 2011-07-04 22:52:38 +0200 |
|---|---|---|
| committer | Mike Wey | 2011-07-04 22:52:38 +0200 |
| commit | a6019489ca9bdfaf46847b00b8225041ec9f8d94 (patch) | |
| tree | 7862d83211ad28fa0acf82bdd92c9274f09ea82d /dmagick/c/effect.d | |
| parent | 4226779e5345e0601b305cbc28c1d89dcc9bee20 (diff) | |
Update headers to version 6.7.0ImageMagick_6.7.0
Diffstat (limited to 'dmagick/c/effect.d')
| -rw-r--r-- | dmagick/c/effect.d | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dmagick/c/effect.d b/dmagick/c/effect.d index 812ef64..2edebe9 100644 --- a/dmagick/c/effect.d +++ b/dmagick/c/effect.d @@ -44,12 +44,14 @@ extern(C) enum StatisticType { UndefinedStatistic, + GradientStatistic, MaximumStatistic, MeanStatistic, MedianStatistic, MinimumStatistic, ModeStatistic, - NonpeakStatistic + NonpeakStatistic, + StandardDeviationStatistic } Image* AdaptiveBlurImage(const(Image)*, const double, const double, ExceptionInfo*); |
