<iframe name="imgFrame" style="width: 0; height: 0; border: 0;"></iframe>
<script>
var frame = window.frames['imgFrame'];
frame.document.write('<body onload="window.print()"><img class="img" src="http://lorempixel.com/400/200/food"></body>');
frame.document.close();
</script>