Interpolator
Values | Description |
---|---|
nearest | Nearest neighbour interpolation. Suitable for image enlargement only. |
bilinear | Bilinear interpolation. Faster than bicubic but with less smooth results. |
bicubic | Bicubic interpolation. Default. |
locallyBoundedBicubic | LBB interpolation.Prevents some "acutance" but typically reduces performance by a factor of 2. |
nohalo | Nohalo interpolation. Prevents acutance but typically reduces performance by a factor of 3. |
vertexSplitQuadraticBasisSpline | Vertex Split Quadratic Basis Spline interpolation. |