tags:

views:

23

answers:

1

I'd like to have a div as a canvas, where users would choose 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

A: 

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:

dusoft
I'll check these out, and give you a return later.
EduardoMello
SkectchPad is awesome! But I can't use in this project something that will not work in IE, unfortunately.
EduardoMello