I have several large embedded bitmap files in my resource project. The compiled exe is 13 megs. When I remove those bitmap files, it reduces to 6 megs.
I am trying to improve performance of the application. It is a WPF desktop application. Would it be better to load the images from disk rather than embed them in the exe? Should I convert them to png?