interpolation property

Interpolation interpolation
final

Interpolation in is a method used to calculate new pixel values when resizing images. It is used to make sure that the resulting image looks as smooth and natural as possible. Different interpolation methods are available, each with its own trade-offs in terms of quality and computational expense.

Interpolation will only be used if scale is specified.

Implementation

final Interpolation interpolation;