From: nicolas Date: Fri, 8 Oct 2010 00:31:18 +0000 (+0000) Subject: Lanczos2D comments X-Git-Tag: 7.0.1-0~8727 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=53e19abba48c9b98cccf871340560b76d18aabb4;p=imagemagick Lanczos2D comments --- 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.