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
Type: const(Image)

Image to use in to composite operation.

compositeOp

The composite operation to use.

channel

One or more channels to compose.

Meta