[][src]Module ikon::resample

A collection of commonly used resampling filters.

Enums

ResampleError

The error type for resampling operations.

Functions

apply

Aplies a resampling filter to source and checks if the dimensions of the output match the ones specified by size.

cubic

Lanczos resampling filter.

linear

Linear resampling filter.

nearest

Nearest-Neighbor resampling filter.