hi
i have a div that shows some content (several images, text, floating elements, etc) and i would like to add the posibility to user do something like "Save this content as image"
how can i do that? i read all the php doc but there's nothing good to do this, even imagegrabwindow sucks because of its high load, browser limitations and also no XY or width/height control
so basicly i want to do this: get #div content, click on Save as image, then the user get a jpg or png of that div, like it was a printscreen
thank you ps: i dont want to pre-generate the content using GD, and neither want to save as PDF