From: glennrp Date: Mon, 29 Nov 2010 14:14:47 +0000 (+0000) Subject: spelling (blury -> blurry) X-Git-Tag: 7.0.1-0~8436 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c63e3c1c2b242bf1b59d40ba9e5ceea7e343bd0c;p=imagemagick spelling (blury -> blurry) --- diff --git a/ChangeLog b/ChangeLog index 56bc0deb2..424899390 100644 --- a/ChangeLog +++ b/ChangeLog @@ -18,7 +18,7 @@ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516). http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=16490). * The "-type Optimize" option is now deprecated. If present, it is treated by the PNG encoder the same as if the type were undefined. Optimization - is now always performed. + is now always performed. No other formats used the "type Optimize" option. * Merged redundant code into LosslessReduceDepth() function in the PNG codec. 2010-11-14 6.6.5-9 Cristy @@ -129,10 +129,10 @@ http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17516). http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=17194). 2010-10-02 6.6.4-9 Anthony Thyssen - * Added sqrt(2) bluring default for Gaussian Filter if used as + * Added sqrt(2) blurring default for Gaussian Filter if used as a Cylindrical EWA filter. This resulted removing the last aliasing issue that was present in tests for Gaussian EWA resampling. Of course - it is still a very blury filter for default use in EWA. + it is still a very blurry filter for default use in EWA. * Adjusted Variable Mapping Blur Composition so user arguments actual relate properly to the sigma of the blur for a maximum mapping value. * Fix horizon anti-alising for output-scaled perspective distortions.