/ Published in: ColdFusion
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
<cfset resultImage=ImageNew("", 520, 320)> <!--- Paste first image ---> <cfimage action="read" source="config_tool2/Exteriors/EHO16663/Background.png" name="imageSource"> <cfset ImagePaste(resultImage, imageSource, 0, 0)> <!--- Paste second image ---> <cfimage action="read" source="config_tool2/Exteriors/EHO16663/East Opt 1 Clay Harvest Wheat.png" name="imageSource"> <cfset ImagePaste(resultImage, imageSource, 0, 0)> <!--- Paste second image ---> <cfimage action="read" source="config_tool2/Exteriors/EHO16663/Foreground.png" name="imageSource"> <cfset ImagePaste(resultImage, imageSource, 0, 0)> <!--- Paste second image ---> <cfimage action="read" source="config_tool2/Exteriors/EHO16663/Side Window - English Pinewood.png" name="imageSource"> <cfset ImagePaste(resultImage, imageSource, 0, 0)> <!--- Paste second image ---> <cfimage action="read" source="config_tool2/Exteriors/EHO16663/Bath Opt B Windows - English Pinewood.png" name="imageSource"> <cfset ImagePaste(resultImage, imageSource, 0, 0)> <!--- Paste second image ---> <cfimage action="read" source="config_tool2/Exteriors/EHO16663/Porch w-Bkt - English Pinewood.png" name="imageSource"> <cfset ImagePaste(resultImage, imageSource, 0, 0)> <!--- Paste second image ---> <cfimage action="read" source="config_tool2/Exteriors/EHO16663/Bedroom Opt 2 Windows - English Pinewood.png" name="imageSource"> <cfset ImagePaste(resultImage, imageSource, 0, 0)> <!--- Paste second image ---> <cfimage action="read" source="config_tool2/Exteriors/EHO16663/Kitchen Opt 1 Windows - English Pinewood.png" name="imageSource"> <cfset ImagePaste(resultImage, imageSource, 0, 0)> <cfimage action="writetobrowser" source="#resultImage#">