Image.compositeTiled

Composites multiple copies of the source image across and down the image, producing the same results as ImageMagick's composite command with the -tile option.

Parameters

overlay const(Image)

Image to use in to composite operation.

compositeOp CompositeOperator

The composite operation to use.

channel ChannelType

One or more channels to compose.

Meta