VipsResample
VipsResample — shrink, expand, rotate with a choice of interpolators
|
|
Stability Level
Stable, unless otherwise indicated
Description
Resample an image in various ways, using a VipsInterpolator to generate
intermediate values.
Details
VipsResample
typedef struct _VipsResample VipsResample;
VipsResampleClass
typedef struct {
VipsOperationClass parent_class;
} VipsResampleClass;
Property Details
The "in"
property
"in" VipsImage* : Read / Write
Input image argument.
The "out"
property
"out" VipsImage* : Read / Write
Output image.