href image link download on click
The easiest way of creating download link for image or html is setting download attribute, but this solution works in modern browsers only.
HTML
<a href="View Image" download="myimage">
<img src="http://upload.wikimedia.org/wikipedia/commons/3/3f/Stephenson%27s_Rocket_drawing.jpg" />
</a>