Virtual Method
VipsInterpolateinterpolate
Declaration [src]
void
interpolate (
VipsInterpolate* interpolate,
void* out,
VipsRegion* in,
double x,
double y
)
Parameters
out |
void* |
Write the interpolated pixel here. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
in |
VipsRegion |
Read source pixels from here. |
|
The data is owned by the caller of the function. | |
x |
double |
Interpolate value at this position. |
|
y |
double |
Interpolate value at this position. |