I have a WPF application which has tons of images. I heard that Build Action - Embedded Resource makes the picture file built into the assembly hence increasing the size it would take in memory to load it.
Is it true ? I am using Mono.Addins project which only supports loading Embedded Resource unless I want to use other methods of discovery + Loading.
Is Embedded Resource bad for images ?