Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Interactively Apply Textures to Images

New Here ,
May 13, 2010 May 13, 2010

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?

TOPICS
Server side applications
309
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Guest
May 19, 2010 May 19, 2010
LATEST

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.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines