Zend certified PHP/Magento developer

How to make an HTML link to an image that forces the image to download the image?

I want to make a downloadable url from an image.

Let’s say that we have

https://upload.wikimedia.org/wikipedia/commons/a/a9/Example.jpg

When you open it, the browser only shows the content on the webpage, as it should.

Instead, I want to, when you click on that link, it automatically downloads the image, is there anything to be changed to achieve this?