]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authornicolas <nicolas@git.imagemagick.org>
Fri, 22 Oct 2010 19:23:43 +0000 (19:23 +0000)
committernicolas <nicolas@git.imagemagick.org>
Fri, 22 Oct 2010 19:23:43 +0000 (19:23 +0000)
magick/resize.c

index ba89bc0cb79fab69845113dc2f20502952b30267..b46d17b415ecb7b05a392c2a0695ba8ea072d910 100644 (file)
@@ -543,11 +543,11 @@ static MagickRealType Welsh(const MagickRealType x,
 %    Robidoux exactly preserves images with only vertical or
 %    horizontal features when performing 'no-op" with EWA distortion.
 %
-%  That is, Robidoux is the BC-Spline with B=(-108 sqrt 2 + 228)/199
-%  and C=(108 sqrt 2-29)/398.  Robidoux turns out to be close to both
-%  plain Mitchell and "sharpened" Lanczos2D. For example, it's first
-%  crossing is (36 sqrt 2 + 123)/(72 sqrt 2 + 47) which is almost
-%  identical to the first crossing of the other two.
+%  That is, Robidoux is the BC-Spline with B=(228 - 108 sqrt(2))/199
+%  and C=(108 sqrt(2) - 29)/398.  Robidoux turns out to be close to
+%  both plain Mitchell and "sharpened" Lanczos2D. For example, it's
+%  first crossing is (36 sqrt(2) + 123)/(72 sqrt(2) + 47) which is
+%  almost identical to the first crossing of the other two.
 %
 %  'EXPERT' OPTIONS:
 %