create image from divs composite
I'd like to have a div as a canvas, where users would c开发者_开发技巧hoose images to show, out of a list. They will choose what background it would have, icons, and they will upload an image which will appear in this canvas too.
I'm looking for solutions in PHP or ASP.NET.
thansk
Have you tried <canvas>
element?
http://www.whatwg.org/specs/web-apps/current-work/multipage/the-canvas-element.html - will work only in modern browsers (not IE), but it's very usable, check examples:
- http://mugtug.com/sketchpad/
- http://blog.monstuff.com/archives/images/JS-graffiti.html
精彩评论