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.

xOffset
Type: ssize_t

The x-offset of the composited image, measured from the upper-left corner of the image.

yOffset
Type: ssize_t

The y-offset of the composited image, measured from the upper-left corner of the image.

channel

One or more channels to compose.

Meta