Method
VipsImagecomposite2
Declaration [src]
int
vips_composite2 (
VipsImage* base,
VipsImage* overlay,
VipsImage** out,
VipsBlendMode mode,
...
)
Description [src]
Optional arguments:
compositing_space
:VipsInterpretation
to composite inpremultiplied
: %gboolean, images are already premultipliedx
: %gint, position of overlayy
: %gint, position of overlay
Composite overlay
on top of base
with mode
. See vips_composite().
This method is not directly available to language bindings. |
Parameters
overlay |
VipsImage |
Second input image. |
|
The data is owned by the caller of the function. | |
out |
VipsImage |
Output image. |
|
The argument will be set by the function. | |
The instance takes ownership of the data, and is responsible for freeing it. | |
mode |
VipsBlendMode |
Composite with this blend mode. |
|
... |
|
|