imageDrawImage

Draws an image on an image with the baseline of the first pixel positioned at (x,y) in the image i.e. with the top left corner positioned at (x,y).

imageDrawImage(name, image, x, y) → returns void

This function requires Lucee 4.5 and up.  Not supported on Adobe ColdFusion, etc.

Argument Reference

name any
Required

image any
Required

x numeric
Required

y numeric
Required

Compatibility

Lucee:

DEPRECATED since version 5 This function is deprecated, use ImagePaste instead.

Examples
Sample code invoking the imageDrawImage function

Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.

Fork me on GitHub