From c5895f8d91a109f67416fe98aed7e68872befd6f Mon Sep 17 00:00:00 2001 From: Cristy Date: Tue, 15 Aug 2017 18:36:40 -0400 Subject: [PATCH] https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506 --- MagickCore/resize.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MagickCore/resize.c b/MagickCore/resize.c index c51c46ac3..7bf59e17f 100644 --- a/MagickCore/resize.c +++ b/MagickCore/resize.c @@ -888,7 +888,7 @@ MagickPrivate ResizeFilter *AcquireResizeFilter(const Image *image, { Cosine, 1.0, 1.0, 0.0, 0.0, CosineWeightingFunction }, /* Low level cosine window */ { CubicBC, 2.0, 2.0, 1.0, 0.0, CubicBCWeightingFunction }, /* Cubic B-Spline (B=1,C=0) */ { SincFast, 3.0, 1.0, 0.0, 0.0, SincFastWeightingFunction }, /* Lanczos, Interger Radius */ - { SplineLobes, 2.0, 0.5, 1.0, 0.0, BoxWeightingFunction }, /* Spline Lobes 2-lobed */ + { SplineLobes, 2.0, 0.5, 0.0, 0.0, BoxWeightingFunction }, /* Spline Lobes 2-lobed */ }; /* The known zero crossings of the Jinc() or more accurately the Jinc(x*PI) -- 2.50.1