Image.composite

Composites dest onto this image using the specified composite operator.

Parameters

overlay
Type: const(Image)

Image to use in the composite operation.

compositeOp

The composite operation to use.

gravity

The gravity that defines the location of the location of overlay.

channel

One or more channels to compose.

Meta