* 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
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
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.