ImageDrawImage()
this function is deprecated, use ImagePaste() instead. Draws an image on an image with the baseline of the first character positioned at (x,y) in the image.
Status:
Requires Extension: Image extension
ImageDrawImage( image=any, image=any, x=number, y=number );
Returns: void
Examples
imgOne=imageNew("",100,100,"RGB","blue");
imgTwo=imageNew("",50,50,"RGB","green");
imagedrawImage(imgOne,imgTwo,25,45);
cfimage(action="writeToBrowser",source=imgOne);
See also
- Image manipulation
- image.drawImage()
- Search Issue Tracker
- Search Lucee Test Cases (good for further, detailed examples)