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 |
| Mks2013 | Magic Kernel Sharp 2013. |
| Mks2021 | Magic Kernel Sharp 2021. |
| Nearest | Nearest-neighbour interpolation. |