actually i have a div tag that contains an tag plus several other tags which are a small text displayed above the image. So, I need to save the image with its content to a new image. All your ideas are welcome. Thank you.
<div id="bin" class="">
<img id="myImage" src="myImage.jpg" alt="" width="300" height="550" />
<div class="" >a</div>
<div class="" >b</div>
<div class="" >c</div>
</div>