From: nicolas Date: Sun, 10 Oct 2010 20:41:52 +0000 (+0000) Subject: comments X-Git-Tag: 7.0.1-0~8703 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a781b0ad36f00ba6bdb7663a211183c18def7ad;p=imagemagick comments --- diff --git a/magick/resize.c b/magick/resize.c index d2c5f866a..df78a4393 100644 --- a/magick/resize.c +++ b/magick/resize.c @@ -684,7 +684,7 @@ MagickExport ResizeFilter *AcquireResizeFilter(const Image *image, { SincFastFilter, TriangleFilter }, /* Bartlett -- triangle-sinc */ { SincFastFilter, BoxFilter }, /* Raw fast sinc ("Pade"-type) */ { Lanczos2DFilter, JincFilter }, /* SPECIAL: 2-lobed jinc-jinc */ - { RobidouxFilter, BoxFilter }, /* SPECIAL: tuned Lanczos2D-like Keys */ + { RobidouxFilter, BoxFilter }, /* SPECIAL: Keys cubic tuned for EWA */ }; /* Table mapping the filter/window from the above table to an actual