Image.composite
- void composite(const(Image) overlay, CompositeOperator compositeOp, ssize_t xOffset, ssize_t yOffset, ChannelType channel)
- void composite(const(Image) overlay, CompositeOperator compositeOp, GravityType gravity, ChannelType channel)
- void composite(const(Image) overlay, double a, double b, double c, double d, ssize_t xOffset, ssize_t yOffset, ChannelType channel)
- void composite(const(Image) overlay, double a, double b, double c, double d, GravityType gravity, ChannelType channel)
dmagick Image Image
aliasesconstructorsfunctionsstatic functionsvariables
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.