summaryrefslogtreecommitdiff
path: root/dmagick/c/statistic.d
diff options
context:
space:
mode:
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*);