From: Cristy Date: Tue, 15 Aug 2017 22:36:40 +0000 (-0400) Subject: https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506 X-Git-Tag: 7.0.6-8~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5895f8d91a109f67416fe98aed7e68872befd6f;p=imagemagick https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506 --- 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)