### `OperationResizeKernel`

| Values     | Description                                  |
| ---------- | -------------------------------------------- |
| `nearest`  | Use nearest neighbour interpolation.         |
| `cubic`    | Use a Catmull-Rom spline.                    |
| `mitchell` | Use a Mitchell-Netravali spline.             |
| `lanczos2` | Use a Lanczos kernel with a=2.               |
| `lanczos3` | Use a Lanczos kernel with a=3 (the default). |
