ImageOverlay()
Reads two source images and overlays the second source image on the first source image.
Requires Extension: Image extension
ImageOverlay( source1=any, source2=any );
Returns: void
Argument | Description |
---|---|
any, required |
The image that is the bottom layer in the image. |
any, required |
the image that is the top layer (overlaid on the source1 image) in the image. |
Examples
See also
- Image manipulation
- image.overlay()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)