From a6019489ca9bdfaf46847b00b8225041ec9f8d94 Mon Sep 17 00:00:00 2001 From: Mike Wey Date: Mon, 4 Jul 2011 22:52:38 +0200 Subject: Update headers to version 6.7.0 --- dmagick/c/distort.d | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'dmagick/c/distort.d') diff --git a/dmagick/c/distort.d b/dmagick/c/distort.d index 4c15839..ff406e4 100644 --- a/dmagick/c/distort.d +++ b/dmagick/c/distort.d @@ -24,6 +24,7 @@ extern(C) BarrelDistortion, BarrelInverseDistortion, ShepardsDistortion, + ResizeDistortion, SentinelDistortion } @@ -35,9 +36,11 @@ extern(C) PolynomialColorInterpolate = DistortImageMethod.PolynomialDistortion, ShepardsColorInterpolate = DistortImageMethod.ShepardsDistortion, - VoronoiColorInterpolate = DistortImageMethod.SentinelDistortion + VoronoiColorInterpolate = DistortImageMethod.SentinelDistortion, + InverseColorInterpolate } Image* DistortImage(const(Image)*, const DistortImageMethod, const size_t, const(double)*, MagickBooleanType, ExceptionInfo* exception); + Image* DistortResizeImage(const(Image)*, const size_t, const size_t, ExceptionInfo*); Image* SparseColorImage(const(Image)*, const ChannelType, const SparseColorMethod, const size_t, const(double)*, ExceptionInfo*); } -- cgit v1.2.3