Image.composite

Composites dest onto this image using the specified composite operator.

Parameters

overlay const(Image)

Image to use in the composite operation.

compositeOp CompositeOperator

The composite operation to use.

xOffset ssize_t

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

yOffset ssize_t

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

channel ChannelType

One or more channels to compose.

Meta