Composites the overlay image onto this image. The opacity
of this image is multiplied by dstPercentage and opacity of
overlay is multiplied by srcPercentage.
This method corresponds to the -dissolve option
of ImageMagick's composite command.
voiddissolve(const(Image) overlay, int srcPercentage, int dstPercentage, ssize_t xOffset, ssize_t yOffset)
Composites the overlay image onto this image. The opacity of this image is multiplied by dstPercentage and opacity of overlay is multiplied by srcPercentage.
This method corresponds to the -dissolve option of ImageMagick's composite command.