]> granicus.if.org Git - imagemagick/commitdiff
Lanczos2D comments
authornicolas <nicolas@git.imagemagick.org>
Fri, 8 Oct 2010 00:31:18 +0000 (00:31 +0000)
committernicolas <nicolas@git.imagemagick.org>
Fri, 8 Oct 2010 00:31:18 +0000 (00:31 +0000)
magick/resize.c

index bb76846753a4a0ba728e25f87dabd9634a161435..bfa0637fb1b9acdceb46f53da513b9e44bc0239c 100644 (file)
@@ -941,8 +941,8 @@ MagickExport ResizeFilter *AcquireResizeFilter(const Image *image,
         * image rows or columns are damped considerably. For example,
         * the amplitude of the very highest energy mode, the
         * so-called "checkerboard" mode, is reduced by almost 62%
-        * (still less than with "standard" Lanczos2D a comparable
-        * Gaussian kernel).
+        * (still less than with "standard" Lanczos2D or with a
+        * comparable Gaussian kernel).
         *
         * This "optimal" scaling was discovered by Nicolas Robidoux
         * of Laurentian University.