Forum Moderators: coopster
Does anybody know if it is possible to grab a capture of a particular div using php? What I would like to do is have a drag and drop container where users could potentially position a number of images using javascript and then I would like them to be able to save a copy of the result as a single image. I've been looking through the GD library to find something but I would appreciate if anyone could point me towards the correct function.
Would it be simpler to do this as javascript? If not I'll have to look at another way of doing this
Many Thanks
What I would suggest is the JavaScript passes all the XY coordiantes of the images the user placed to PHP and then PHP reconstructs what the user has done with GD, and saves it as an image.