Interpolate

class pyvips.vinterpolate.Interpolate(pointer)[source]

Make interpolators for operators like affine().

static new(name)[source]

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().