download link for uploaded images for wordpress

You should just be able to use the HTML5 download attribute for that. So just make your links look like this:

<a href="https://wordpress.stackexchange.com/questions/331391/<?php echo wp_get_attachment_image_url($id); ?>" download>Download Image</a>

where $id is the attachment ID