[][src]Module icon_baker::resample

A collection of commonly used resampling filters.

Functions

cubic

Lanczos resampling filter.

linear

Linear resampling filter.

nearest

[Nearest-Neighbor resampling filter] (https://en.wikipedia.org/wiki/Nearest-neighbor_interpolation).