[][src]Module favy::resample

A collection of commonly used resampling filters.

Enums

ResampleError

The error type for resampling operations.

Functions

cubic

Lanczos resampling filter.

linear

Linear resampling filter.

nearest

Nearest-Neighbor resampling filter.