]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authornicolas <nicolas@git.imagemagick.org>
Sun, 14 Nov 2010 15:33:45 +0000 (15:33 +0000)
committernicolas <nicolas@git.imagemagick.org>
Sun, 14 Nov 2010 15:33:45 +0000 (15:33 +0000)
magick/resize.c

index 4dde18d145af34ae543856dc5c4464aa87f34bb8..fbda1fc43d56f85cf48031f50ffe407749b0ef5f 100644 (file)
@@ -548,17 +548,6 @@ static MagickRealType Welsh(const MagickRealType x,
 %    Images with only vertical or horizontal features are preserved
 %    when performing 'no-op" with EWA distortion.
 %
-%  EWA LanczosSharp does not satisfy this condition exactly, but it
-%  comes really close: If all the data is in [0,1] and the input image
-%  is constant on columns (or rows), EWA LanczosSharp preserves the
-%  image under no-op to within 0.00465 (that is, it is off by at most
-%  2 in 8-bit); EWA Lanczos, on the other hand, preserves it to within
-%  0.0174 (5 in 8-bit).  The preservation of arbitrary images under
-%  no-op, however, is not so good: EWA Lanczos preserves it to within
-%  0.308 (79 in 8-bit), EWA LanczosSharp to within 0.315 (81 in
-%  8-bit). In particular, 'pixel-hash' patterns (the checkerboard
-%  mode) are smoothed out a lot.
-%
 %  The Lanczos2 and Lanczos2Sharp filters are 2-lobe versions of the
 %  Lanczos filters.  The 'sharp' version uses a blur factor of
 %  0.958027803631219, again chosen because the resulting EWA filter