FreeImage.NET Class Library Reference
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 name | Value | Description | |
---|---|---|---|
FILTER_BOX | 0 | Box, pulse, Fourier window, 1st order (constant) b-spline | |
FILTER_BICUBIC | 1 | Mitchell and Netravali's two-param cubic filter | |
FILTER_BILINEAR | 2 | Bilinear filter | |
FILTER_BSPLINE | 3 | 4th order (cubic) b-spline | |
FILTER_CATMULLROM | 4 | Catmull-Rom spline, Overhauser spline | |
FILTER_LANCZOS3 | 5 | Lanczos3 filter |
See Also