Adds the overlay image to the target image according to srcPercent and dstPercent.
This method corresponds to the -blend option of ImageMagick's composite command.
The source image for the composite operation.
Percentage for the source image.
Percentage for this image.
The x offset to use for the overlay.
The y offset to use for the overlay.
See Implementation
Adds the overlay image to the target image according to srcPercent and dstPercent.
This method corresponds to the -blend option of ImageMagick's composite command.