image_blend
image_blend(bg, fg, mode, [opacity])
Blend two images
Syntaxe
image_blend(bg=img1, fg=img2, mode="add");
Arguments
| Name | Required | Default | Description |
|---|---|---|---|
bg | yes | - | Background image |
fg | yes | - | Foreground image |
mode | yes | - | Blend mode : add, colorburn, colordodge, darken, difference, divide, exclusion, lighten, linearburn, linearlight, multiply, normalt, opacity, overlay, screen, softlight, substract |
opacity | - | - | Only used for opacity (not taken into account for others if specified) |