Return to Snippet

Revision: 27985
at June 29, 2010 00:35 by ChrisCantley


Initial Code
<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#">

Initial URL


Initial Description


Initial Title
Stacking images to one source

Initial Tags


Initial Language
ColdFusion