From 60320a53a1bdbccbfc69149462223a6e07e87f4a Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Tue, 25 Dec 2012 13:54:33 +0100 Subject: Update to ImageMagick 6.8.1 --- dmagick/c/statistic.d | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dmagick/c/statistic.d') 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*); -- cgit v1.2.3