Could any one please give me pointers as to how one can add text to images dynamically. For example a person fills up text form and selects an image . Then after clicking the submit button the text input by the visitor gets added to the image. To understand it better please check : http://www.vistaprint.com/ . In this site this has been achieved without using flash.
Any pointers on how to achieve this would be greatly appreciated. THanks
PS: Another site which does something similar eyebuydirect.com/eyetry.php
There are plenty of options, depending on which technology you have available, and what you want to do with the image once it has been generated.
My recommendation is to generate the image using server-side technology. For example, if you have .NET available you could use the System.Drawing classes to create the image.
Other solutions include CSS positioning, Flash, or SVG, none of which would required server-side technology, but may limit the subsequent use of the image.