Copy link to clipboard
Copied
Using Dreamweaver CS4 I want to create a web page where people can choose an image from a list of images, then choose a texture (or another image) from a list of textures and the web page will merge the two images for the user. The effect is that the first image will look like it now has the texture of the second image. For example, the user could pick the type of care they want and then pick the color they want the car to be. Is this possible and if so, how?
Copy link to clipboard
Copied
DW is an html editor. It allows images (and other media) to be inserted. It is NOT a graphics editor.
Your best bet would be to use a scripting language (like javascript) to swap your already-created picture+texture images for the placeholder. This means you would have to create all possible combinations. The good news is that you don't have to preload all the images so the page should not take overly long to load.
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more