Enumeration

VipsCombineMode

Declaration

enum Vips.CombineMode

Description [src]

See vips_draw_image() and so on.

Operations like vips_draw_image() need to be told how to combine images from two sources.

See also: vips_join().

Members

Name Description
VIPS_COMBINE_MODE_SET

Set pixels to the new value.

VIPS_COMBINE_MODE_ADD

Add pixels.

VIPS_COMBINE_MODE_LAST No description available.