User Manual

Table Of Contents
Catmull-Rom: This produces good results with continuous-tone images that are
resized down. This produces sharp results with finely detailed images.
Gaussian: This is very similar in speed and quality to Bi-Cubic.
Mitchell: This is similar to Catmull-Rom but produces better results with finely detailed
images. It is slower than Catmull-Rom.
Lanczos: This is very similar to Mitchell and Catmull-Rom but is a little cleaner and also
slower.
Sinc: This is an advanced filter that produces very sharp, detailed results; however, it
may produce visible “ringing” in some situations.
Bessel: This is similar to the Sinc filter but may be slightly faster.
Window Method (Sinc and Bessel Only)
Some filters, such as Sinc and Bessel, require an infinite number of pixels to calculate exactly.
To speed up this operation, a windowing function is used to approximate the filter and limit the
number of pixels required. This control appears when a filter that requires windowing
is selected.
Hanning: This is a simple tapered window.
Hamming: Hamming is a slightly tweaked version of Hanning that does not taper all the
way down to zero.
Blackman: A window with a more sharply tapered falloff.
Kaiser: A more complex window with results between Hamming and Blackman.
Most of these filters are useful only when making an image larger. When shrinking images, it is
common to use the Bi-Linear filter; however, the Catmull-Rom filter will apply some sharpening
to the results and may be useful for preserving detail when scaling down an image.
NOTE: Because this node changes the physical resolution of the image, animating the
controls is not advised.
Example
Different resize filters. From left to right: Nearest Neighbor, Box, Linear, Quadratic,
Cubic, Catmull-Rom, Gaussian, Mitchell, Lanczos, Sinc, and Bessel.
Chapter – 108 Transform Nodes 2456