FREE_IMAGE_FILTER Enumeration

FreeImage.NET

FREE_IMAGE_FILTER Enumeration
Upsampling / downsampling filters. Constants used in FreeImage_Rescale.

Namespace: FreeImageAPI
Assembly: FreeImageNET (in FreeImageNET.dll) Version: 3.17.0.4 (3.17.0)
Syntax
C#
public enum FREE_IMAGE_FILTER
Members
  Member nameValueDescription
FILTER_BOX0 Box, pulse, Fourier window, 1st order (constant) b-spline
FILTER_BICUBIC1 Mitchell and Netravali's two-param cubic filter
FILTER_BILINEAR2 Bilinear filter
FILTER_BSPLINE3 4th order (cubic) b-spline
FILTER_CATMULLROM4 Catmull-Rom spline, Overhauser spline
FILTER_LANCZOS35 Lanczos3 filter
See Also