Resample
Resizing an image by an arbitrary factor requires resampling pixels to their new size and distributing their values with neighbors. There are several strategies to do this, this is why there are several interpolation methods proposed in the interface.