Interpolator#

ValuesDescription
nearestNearest neighbour interpolation. Suitable for image enlargement only.
bilinearBilinear interpolation. Faster than bicubic but with less smooth results.
bicubicBicubic interpolation. Default.
locallyBoundedBicubicLBB interpolation.Prevents some "acutance" but typically reduces performance by a factor of 2.
nohaloNohalo interpolation. Prevents acutance but typically reduces performance by a factor of 3.
vertexSplitQuadraticBasisSplineVertex Split Quadratic Basis Spline interpolation.