I am working on a website that allows users to choose a standard car photo and then overlay different customizations over that image to see how they will look. The clients ultimate goal of this is to be able to screenshot that new image (overlays and all) and post it to the persons facebook wall. I know that the image will have to be stored first so is there a way i can store it in a seperate folder on the site and then use that to upload to facebook? Also is there any method for screenshotting a certain, lets say div, in a browser?
Share
Consider using canvas. This will allow you to draw elements and directly save an image. However, you can’t simply take a screenshot. This has the potential to create huge security holes.