Drag an image on another image and save it to one image (like light augmented reality)
问题 i´m wondering how can i realize this? I want to have an bigger image in the background and be able to drag and drop a smaller image to the position i want on the bigger image and save it finally, so it becomes one. Is this possible with javascript & html5? appreciate any ideas! thanks 回答1: Yes, when you have your images in position: Create a canvas element the size of the background image Draw your background image into it Iterate through your images and record positions Draw each image by