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
 

NULL-terminated list of optional named arguments.

Return value

Returns: int
 

0 on success, -1 on error.