InterpolationFilterType

InterpolationFilterType enumeration

Interpolations, used for scale images.

Members

Member nameDescription
BOXThe ‘Box’ Or ‘Nearest Neighbor’ filterю
http://www.imagemagick.org/Usage/filter/#box
TRIANGLEThe ‘Triangle’ or ‘Bilinear’ interpolation filter just takes the interpolation
of the nearest neighbourhood one step further.
http://www.imagemagick.org/Usage/filter/#triangle
HERMITEhttps://en.wikipedia.org/wiki/Hermite_interpolation
BELLhttp://www.imagemagick.org/Usage/filter/#gaussian
CUBIC_B_SPLINEhttp://www.imagemagick.org/Usage/filter/#cubics
LANCZOS3https://en.wikipedia.org/wiki/Lanczos_resampling
MITCHELLhttp://www.imagemagick.org/Usage/filter/#mitchell
COSINEhttps://en.wikipedia.org/wiki/Trigonometric_interpolation
CATMULL_ROMThe ‘Catrom’ (Catmull-Rom) filter is a well known standard
Cubic Filter often used as a interpolation function.
http://www.imagemagick.org/Usage/filter/#catrom-c
QUADRATIChttp://www.imagemagick.org/Usage/filter/#quadratic
QUADRATIC_B_SPLINEhttps://en.wikipedia.org/wiki/Spline_interpolation
CUBIC_CONVOLUTIONhttps://en.wikipedia.org/wiki/Directional_Cubic_Convolution_Interpolation
LANCZOS8https://en.wikipedia.org/wiki/Lanczos_resampling

See Also