Type Definition libvips_rs::bindings::VipsInterpolateMethod
source · pub type VipsInterpolateMethod = Option<unsafe extern "C" fn(interpolate: *mut VipsInterpolate, out: *mut c_void, in_: *mut VipsRegion, x: f64, y: f64)>;