3

Im new to HTML5 and jquery(2 weeks) and i need to create a drag and drop multiple images from one canvas to another canvas using jquery and html5 and also must be able to resize the images(my boss has given me this assignment) , i have been trying for almost 3 to 4 days now to get it right but been unsuccessful till now.please help me out with this. Thanks in advance.

j0k
  • 22,600
  • 28
  • 79
  • 90
Needless Wolf
  • 98
  • 1
  • 7

1 Answers1

0

I'm not sure what you've tried so far, but after a quick google search this tutorial should be a good start:

http://simonsarris.com/blog/225-canvas-selecting-resizing-shape

UPDATE: The following existing questions might help:

Community
  • 1
  • 1
MattStacey
  • 875
  • 4
  • 12
  • 23
  • Thanks for the link im gonna go through that.but my main problem has been in copying an image from one canvas to another through drag and drop method. – Needless Wolf Nov 14 '11 at 15:30
  • @Kaushik, see the links to existing SO questions that ask similar questions – MattStacey Nov 14 '11 at 15:37
  • thanks for the links ,i somehow figuredout a way to drag and drop,but now i have no idea on how to resize or move the image,[link](http://www.mediafire.com/?r03gr3e7beq12e8) ,please do look at this link ive uploaded my file,maybe if you give a look,u can help me out. – Needless Wolf Nov 16 '11 at 13:07
  • i tried using canvas instead of div in my program but the image was not visible. – Needless Wolf Nov 16 '11 at 13:33