Lucee object methods reference
Object Method Image.overlay
Reads two source images and overlays the second source image on the first source image.
Image.overlay(any source2):image
Category
image
Arguments
The arguments for this function are set. You can not use other arguments except the following ones.
Name | Type | Required | Description |
---|---|---|---|
source2 | any | Yes | the image that is the top layer (overlaid on the source1 image) in the image. |