The resampling kernels vips supports. Seevips_reduce()
, for example.
VIPS_KERNEL_NEAREST
The nearest pixel to the point.
0
VIPS_KERNEL_LINEAR
Convolve with a triangle filter.
1
VIPS_KERNEL_CUBIC
Convolve with a cubic filter.
2
VIPS_KERNEL_MITCHELL
Convolve with a Mitchell kernel.
3
VIPS_KERNEL_LANCZOS2
Convolve with a two-lobe Lanczos kernel.
4
VIPS_KERNEL_LANCZOS3
Convolve with a three-lobe Lanczos kernel.
5
VIPS_KERNEL_MKS2013
Convolve with Magic Kernel Sharp 2013.
6
VIPS_KERNEL_MKS2021
Convolve with Magic Kernel Sharp 2021.
7
VIPS_KERNEL_LAST
No description available.
8