OperationResizeKernel#

ValuesDescription
nearestUse nearest neighbour interpolation.
cubicUse a Catmull-Rom spline.
mitchellUse a Mitchell-Netravali spline.
lanczos2Use a Lanczos kernel with a=2.
lanczos3Use a Lanczos kernel with a=3 (the default).