]> granicus.if.org Git - imagemagick/commitdiff
comments
authornicolas <nicolas@git.imagemagick.org>
Sun, 10 Oct 2010 20:40:15 +0000 (20:40 +0000)
committernicolas <nicolas@git.imagemagick.org>
Sun, 10 Oct 2010 20:40:15 +0000 (20:40 +0000)
magick/resize.c

index a25e0d15e1a6f07ec5aa689c701f5736def2a961..d2c5f866aa36b36143f98a4b869b00d2ed2aa4c0 100644 (file)
@@ -683,8 +683,8 @@ MagickExport ResizeFilter *AcquireResizeFilter(const Image *image,
     { SincFastFilter,  BohmanFilter },   /* Bohman -- 2*cosine-sinc          */
     { SincFastFilter,  TriangleFilter }, /* Bartlett -- triangle-sinc        */
     { SincFastFilter,  BoxFilter },      /* Raw fast sinc ("Pade"-type)      */
-    { Lanczos2DFilter, JincFilter },     /* EWA SPECIAL: 2-lobed jinc-jinc   */
-    { RobidouxFilter,  BoxFilter },      /* EWA SPECIAL: cubic "jinc-jinc"   */
+    { Lanczos2DFilter, JincFilter },     /* SPECIAL: 2-lobed jinc-jinc       */
+    { RobidouxFilter,  BoxFilter },      /* SPECIAL: tuned Lanczos2D-like Keys */
   };
   /*
     Table mapping the filter/window from the above table to an actual