From 53e19abba48c9b98cccf871340560b76d18aabb4 Mon Sep 17 00:00:00 2001 From: nicolas Date: Fri, 8 Oct 2010 00:31:18 +0000 Subject: [PATCH] Lanczos2D comments --- magick/resize.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/magick/resize.c b/magick/resize.c index bb7684675..bfa0637fb 100644 --- a/magick/resize.c +++ b/magick/resize.c @@ -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. -- 2.50.1