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