Method
VipsImagecomposite2
Declaration [src]
int
vips_composite2 (
VipsImage* base,
VipsImage* overlay,
VipsImage** out,
VipsBlendMode mode,
...
)
Description [src]
Composite overlay on top of base with mode. See vips_composite().
::: tip “Optional arguments”
* compositing_space: VipsInterpretation to composite in
* premultiplied: gboolean, images are already premultiplied
* x: gint, position of overlay
* y: gint, position of overlay.
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. |
|
... |
none |
|