Image.composite
- void composite(const(Image) overlay, CompositeOperator compositeOp, ssize_t xOffset, ssize_t yOffset, ChannelType channel = ChannelType.DefaultChannels)
- void composite(const(Image) overlay, CompositeOperator compositeOp, GravityType gravity = GravityType.NorthWestGravity, ChannelType channel = ChannelType.DefaultChannels)
- void composite(const(Image) overlay, double a, double b, double c, double d, ssize_t xOffset, ssize_t yOffset, ChannelType channel = ChannelType.DefaultChannels)
- void composite(const(Image) overlay, double a, double b, double c, double d, GravityType gravity = GravityType.NorthWestGravity, ChannelType channel = ChannelType.DefaultChannels)
dmagickImageImage
aliasesconstructorsfunctionsstatic functionsvariables
Composites dest onto this image using the specified composite operator.