For a small project, I’ve to create in html/javascript (no Flash/Silverlight… it has to work on tablet devices) a small “image composer”:
The goal is to create an image, and it can be composed of many others, so the goal is to:
- upload images on the server
- have the possibility to add them on the “workspace”, resize/rotate/move them
- Same thing with text
The problem is that the application has to be compatible with IE7, so I cannot use html5.
So do you think it’s possible? Have you any link/experience in this domain? I’ve just no idea about how to do this. Is there some library which can do the job(or even help)?
In fact I found a website which has almost exactly what I want: http://www.polyvore.com/cgi/app
How they did this?
Thank you
I ended doing a custom script with jquery