]> granicus.if.org Git - imagemagick/commitdiff
punctuation
authornicolas <nicolas@git.imagemagick.org>
Tue, 5 Oct 2010 06:41:03 +0000 (06:41 +0000)
committernicolas <nicolas@git.imagemagick.org>
Tue, 5 Oct 2010 06:41:03 +0000 (06:41 +0000)
magick/resize.c

index cfa2ab700c34d3c0b5a031e4a99ef6f5b033d736..9176f71ba0b257ad330de4031cdde7040e0dc2bc 100644 (file)
@@ -889,9 +889,10 @@ MagickExport ResizeFilter *AcquireResizeFilter(const Image *image,
         break;
       case Lanczos2DFilter:
         /* Special 2 lobed cylindrical Jinc-Jinc filter,
-         * with a special blur adjustment to remove the blurring effect
-         * of the windowing of the Jinc function (in the 2 lobed case only).
-         * To be used as the default filter for EWA Resampling and Distorts.
+         * with a special blur adjustment to remove the blurring
+         * effect of the windowing of the Jinc function (in the 2
+         * lobed case only).  To be used as the default filter for EWA
+         * Resampling and Distorts.
         *
         * Derivation: Set the scaling s=1/blur of the Lanczos2D
         * filter function so that
@@ -906,7 +907,7 @@ MagickExport ResizeFilter *AcquireResizeFilter(const Image *image,
         * horizontal, stripe modes (and slightly dampens the
         * checkerboard mode) satisfies
         *   Lanczos2D(s)=-2*Lanczos2D(s*sqrt(2))
-        * which gives 0.9549921738 (instead of 0.958033808).
+        * which gives 0.9549921738 instead of 0.958033808.)
         *
         * Note from Nicolas: It is still not totally clear what
         * scaling of the Lanczos2D kernel is optimal for Clamped-EWA