]> granicus.if.org Git - imagemagick/commitdiff
https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506
authorCristy <urban-warrior@imagemagick.org>
Tue, 15 Aug 2017 22:36:40 +0000 (18:36 -0400)
committerCristy <urban-warrior@imagemagick.org>
Tue, 15 Aug 2017 22:36:40 +0000 (18:36 -0400)
MagickCore/resize.c

index c51c46ac3dcba5bf4062f08c956a0b54d746d8cf..7bf59e17f967ee2954daf616bb086951f388dc9a 100644 (file)
@@ -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)