overlayimages - Overlay an Image on another Image
Overlays two images to create a new image with the second image placed as an overlay. Uses the png file format for transparency. Canvas size is preserved.
x
number
The x position from top left corner. Defaults to 0.
Example:
100
y
number
The y position from top left corner. Defaults to 0.
Example:
200
file1
binary
Image in the background. Use png to preserve transparency.
file2
binary
This image is placed on top of the background image. Transparency is allowed (png only).