Image
Error
Interpolate
GValue
GObject
Operation
VipsObject
pyvips.vinterpolate.
Make interpolators for operators like affine().
affine()
new
Make a new interpolator by name.
Make a new interpolator from the libvips class nickname. For example:
inter = pyvips.Interpolator.new('bicubic')
You can get a list of all supported interpolators from the command-line with:
$ vips -l interpolate
See for example affine().