Click here to Skip to main content
15,886,052 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want image processing in ASP.NET like the Spread Shirt site

  1. When I enter text in textbox, it will appear on main image.
  2. Same as image, when I select one image it will appear on main image.
  3. Also after drop image or text on main image, I will change font size of text.


Please help me.
Thank you in advance !!!
Posted
Updated 11-Feb-10 6:06am
v2

You can handle this with javascript and div tag.
1) Add placeholder for main image
2) Style the div tag using all the controls like "close,zoom etc".
3) Add tag inside the div and set path at the time of selection
or add with dynamic text.
3) Add javascript event for "OnMouseDown,OnMouseDrag,OnMouseUp etc"
 
Share this answer
 
This[^] would be a good place to start.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900