<a href="/path/to/pic.jpg" download>My pic!</a>
<IfModule mod_headers.c>
<FilesMatch "\.jpg$">
Header append Content-Disposition "attachment;"
</FilesMatch>
<FilesMatch "\.pdf$">
Header append Content-Disposition "attachment;"
</FilesMatch>
</IfModule>