Upsampling / downsampling filters. Constants used in FreeImage_Rescale.
Namespace:
FreeImageAPIAssembly: FreeImageNET (in FreeImageNET.dll)
Syntax
C# |
---|
public enum FREE_IMAGE_FILTER |
Visual Basic (Declaration) |
---|
Public Enumeration FREE_IMAGE_FILTER |
Visual C++ |
---|
public enum class FREE_IMAGE_FILTER |
Members
Member name | Description | |
---|---|---|
FILTER_BOX |
Box, pulse, Fourier window, 1st order (constant) b-spline
| |
FILTER_BICUBIC |
Mitchell and Netravali's two-param cubic filter
| |
FILTER_BILINEAR |
Bilinear filter
| |
FILTER_BSPLINE |
4th order (cubic) b-spline
| |
FILTER_CATMULLROM |
Catmull-Rom spline, Overhauser spline
| |
FILTER_LANCZOS3 |
Lanczos3 filter
|