Image.composite

Merge the source and destination images according to the formula a*Sc*Dc + b*Sc + c*Dc + d where Sc is the source pixel and Dc is the destination pixel.

Parameters

overlay const(Image)

Image to use in to composite operation.

gravity GravityType

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

channel ChannelType

One or more channels to compose.

Meta