summaryrefslogtreecommitdiff
path: root/dmagick/c/statistic.d
diff options
context:
space:
mode:
authorMike Wey2012-03-20 17:17:18 +0100
committerMike Wey2012-03-20 17:17:18 +0100
commit8e640a07aa4c279872bfe671f14c32bea8b78052 (patch)
tree1610be927ac69bca29b3ed87f44d668f6a6e8231 /dmagick/c/statistic.d
parent19dd341ff1505f0e599e67b8da17810efddaa9b7 (diff)
ImageMagick 6.7.6ImageMagick_6.7.6
Diffstat (limited to 'dmagick/c/statistic.d')
-rw-r--r--dmagick/c/statistic.d3
1 files changed, 2 insertions, 1 deletions
diff --git a/dmagick/c/statistic.d b/dmagick/c/statistic.d
index ff9d37d..61ca640 100644
--- a/dmagick/c/statistic.d
+++ b/dmagick/c/statistic.d
@@ -75,7 +75,8 @@ extern(C)
MeanEvaluateOperator, /// Add the value and divide by 2.
AbsEvaluateOperator, /// Add value to pixels and return absolute value.
ExponentialEvaluateOperator, /// base-e exponential function.
- MedianEvaluateOperator /// Choose the median value from an image sequence.
+ MedianEvaluateOperator, /// Choose the median value from an image sequence.
+ SumEvaluateOperator /// Add value to pixels.
}
/**