]> granicus.if.org Git - imagemagick/commitdiff
spelling
authorglennrp <glennrp@git.imagemagick.org>
Sat, 18 Sep 2010 19:12:38 +0000 (19:12 +0000)
committerglennrp <glennrp@git.imagemagick.org>
Sat, 18 Sep 2010 19:12:38 +0000 (19:12 +0000)
ChangeLog

index ec3735a5db32cdda60566c4a584d366c86c559e2..20c1bbd4bdc3eb3e91547b64f3c1f175987573f3 100644 (file)
--- 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 <A.Thyssen@griffith...>
-  * 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 <A.Thyssen@griffith...>
   * 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 <A.Thyssen@griffith...>
   * 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.