Type Alias: InterpolationMethod
ts
type InterpolationMethod = "nearest" | "linear" | "cubic" | "lanczos";Defined in: src/resampling/IResampler.ts:11
Interpolation method for resampling