]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authoranthony <anthony@git.imagemagick.org>
Mon, 11 Oct 2010 02:47:19 +0000 (02:47 +0000)
committeranthony <anthony@git.imagemagick.org>
Mon, 11 Oct 2010 02:47:19 +0000 (02:47 +0000)
magick/resize.c

index 90bb984943a5988d35e24ec290b6aef7525f057e..9906dbe26fe391b3585adceb4f8ad27484fffab8 100644 (file)
@@ -736,11 +736,11 @@ MagickExport ResizeFilter *AcquireResizeFilter(const Image *image,
          /* Robidoux: Keys cubic close to Lanczos2D with blur=0.958033808 */
   };
   /*
-    The known zero crossings of the Jinc() or more accurately the
-    Jinc(x*PI) function being used as a filter. It is used by the
-    "filter:lobes" for support selection, so users do not have to deal
-    with the highly irrational sizes of the 'lobes' of the Jinc
-    filter.
+    The known zero crossings of the Jinc() or more accurately the Jinc(x*PI)
+    function being used as a filter. It is used by the "filter:lobes" and for
+    the 'lobes' number in the above, the for support selection, so users do
+    not have to deal with the highly irrational sizes of the 'lobes' of the
+    Jinc filter.
 
     Values taken from
       http://cose.math.bas.bg/webMathematica/webComputing/BesselZeros.jsp