Function
VipsInterpolatenearest_static
Declaration [src]
VipsInterpolate*
vips_interpolate_nearest_static (
void
)
Description [src]
A convenience function that returns a nearest-neighbour interpolator you don’t need to free.
Return value
Type: VipsInterpolate
A nearest-neighbour interpolator.
The data is owned by the called function. |