How would I go about trying to have my website allow a user to save a portion of my website ( such as a single div) as an image. Or, how could my website produce a self screenshot? I have a combination of images like,
<div> <img A><img B><img C> </div>
But I would like to give my user the opportunity to download the entire div as a single image rather than 3 separate images. The div content is dynamically produced, so I can't just combine the image files together.