Image
Error
Connection
Source
Target
SourceCustom
TargetCustom
Interpolate
GValue
GObject
Operation
VipsObject
Make interpolators for operators like affine().
affine()
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().