From: glennrp Date: Sat, 18 Sep 2010 19:12:38 +0000 (+0000) Subject: spelling X-Git-Tag: 7.0.1-0~8880 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f5e546d0d4bfa5f7afb49d76584e5f668927f995;p=imagemagick spelling --- diff --git a/ChangeLog b/ChangeLog index ec3735a5d..20c1bbd4b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,17 +3,17 @@ * TIFF tile geometry must be divisible by 16. 2010-09-15 6.6.4-2 Anthony Thyssen - * Rename of SincPolynomial to SincFast for easier user understanding + * Rename of SincPolynomial to SincFast for easier user understanding * Ditto for LanczosChebyshev to LanzcosFast 2010-09-14 6.6.4-2 Anthony Thyssen * Switch default resize filters to using the faster SincPolynomial - filter by default internally. However 'Sinc' will stil use the + filter by default internally. However 'Sinc' will still use the Trigonometric function, and can be used to assign the trig version of Sinc() to filters using the filter expert options. * Removed the default filter for 'distort' was found to be a very blurry inaccurate filter function. It was removed and replaced with - a correct Gussian filter (as used by resize) + a correct Gaussian filter (as used by resize) * Added a switch so that "-interpolate filter" will force the use of a cylindrical filter for ALL pixels in distorted images. That is you can use that switch to use a cylindrical filter even for images that are @@ -21,7 +21,7 @@ However EWA is still currently using a fixed 2.0 sampling radius. This switch complements the use of "-filter point" which turns off EWA filters in favor of interpolation for all pixels in a distorted image. - BOTH switched should not be used together. + BOTH switches should not be used together. * A bug in the support radius of the EWA resampling function was found, now that correctly defined resize filters are being used. Suddenly Normal Gaussian distortions are not so blurry, and tests with distortions of @@ -40,7 +40,7 @@ 2010-09-07 6.6.4-1 Anthony Thyssen * Added the Nicolas Robidoux and Chantal Racette Lanczos resize filter - function as "LanczosChebyshev" as faster alturnative to Lanczos. + function as "LanczosChebyshev" as faster alternative to Lanczos. * Re-code Nicolas Robidoux and Chantal Racette Polynomial Approximation of the Sinc Trigonometric resize filter, as a proper filter to allow direct comparision and speed testing of the filter.