class

Vips::Interpolate

Inherits Vips::VipsObject / Vips::GObject / Reference / Object

Make interpolators for operators like Image#affine

Class methods

new_from_name(name : String)

Make a new interpolator by name. Make a new interpolator from the libvips class nickname. For example:

inter = Vips::Interpolate.new_from_name("bicubic")

You can get a list of all supported interpolators from the command-line with

vips -l interpolate

See for example Image#affine

Source