[][src]Module raster::interpolate

A module for interpolating pixels.

Enums

InterpolationMode

An enum for the various modes that can be used for interpolation.

Functions

bilinear

Interpolate using linear function.

nearest

Interpolate using nearest neighbor.

resample

Resample an image into a new size using a given interpolation method.