I tried adding a picture directly in css like this:
background-image: url(unsplash.jpg);
The image is around 500kB, but I just realized that since I did this the generated .res file has exploded to around 7Mb. So it seems the photo may get added multiple times, which I guess is a bug, or is there some side-effect I need to be aware of?
I then tried to remove the above line from the CSS, but the .res file size doesn't change so it seems the photo is not removed when the .res file is regenerated. Any suggestions on how to remove the photo?