I am creating a WPF project and have to enter a lot of images. The originals of the images are SVGs and I have to convert them in different formats.
I saw this page where an xaml could be included as imagesource.
Is it also possible to load a imagesource-xaml by path like
<Image Source="Resources/Images/123.xaml"/>
I am happy about any idea.