Enum Enums.Kernel
A resizing kernel. One of these can be given to operations like Reduce(double, double, Kernel?, double?) or Resize(double, Kernel?, double?, double?) to select the resizing kernel to use.
Namespace: NetVips
Assembly: NetVips.dll
Syntax
public enum Enums.Kernel
Fields
Name | Description |
---|---|
Cubic | Cubic interpolation. |
Lanczos2 | Two-lobe Lanczos. |
Lanczos3 | Three-lobe Lanczos. |
Linear | Linear interpolation. |
Mitchell | Mitchell |
Nearest | Nearest-neighbour interpolation. |