summaryrefslogtreecommitdiff
path: root/dmagick/c/statistic.d
diff options
context:
space:
mode:
authorMike Wey2012-12-25 13:54:33 +0100
committerMike Wey2012-12-25 13:54:33 +0100
commit60320a53a1bdbccbfc69149462223a6e07e87f4a (patch)
tree8444af33011531c5aadf53886c19816980065680 /dmagick/c/statistic.d
parent8609311be56d983514a67f9a221bb580d08f7439 (diff)
Update to ImageMagick 6.8.1ImageMagick_6.8.1
Diffstat (limited to 'dmagick/c/statistic.d')
-rw-r--r--dmagick/c/statistic.d6
1 files changed, 6 insertions, 0 deletions
diff --git a/dmagick/c/statistic.d b/dmagick/c/statistic.d
index 61ca640..6577ab5 100644
--- a/dmagick/c/statistic.d
+++ b/dmagick/c/statistic.d
@@ -156,6 +156,12 @@ extern(C)
Image* EvaluateImages(const(Image)*, const MagickEvaluateOperator, ExceptionInfo*);
}
+ static if ( MagickLibVersion >= 0x681 )
+ {
+ Image* PolynomialImage(const(Image)*, const size_t, const(double)*, ExceptionInfo*);
+ Image* PolynomialImageChannel(const(Image)*, const ChannelType, const size_t, const(double)*, ExceptionInfo*);
+ }
+
static if ( MagickLibVersion >= 0x669 )
{
Image* StatisticImage(const(Image)*, const StatisticType, const size_t, const size_t, ExceptionInfo*);