Where to store the images of a custom WordPress theme?

You need to include the path to the theme.

bloginfo('template_url');
get_bloginfo('template_url');

So:

<img src="https://wordpress.stackexchange.com/questions/286179/<?php bloginfo("template_url'); ?>/footer-image.jpg">