From 8e640a07aa4c279872bfe671f14c32bea8b78052 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Tue, 20 Mar 2012 17:17:18 +0100 Subject: ImageMagick 6.7.6 --- dmagick/c/statistic.d | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'dmagick/c/statistic.d') 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. } /** -- cgit v1.2.3