Method
VipsImagershift
Declaration [src]
int
vips_rshift (
VipsImage* left,
VipsImage* right,
VipsImage** out,
...
)
Parameters
right |
VipsImage |
Right-hand input |
|
| The data is owned by the caller of the function. | |
out |
VipsImage |
Output |
|
| The argument will be set by the function. | |
| The instance takes ownership of the data, and is responsible for freeing it. | |
... |
none |
|