I'm currently trying to convert a .jpeg image from the Project resources into a BitmapImage to be abe to display it on to the Image field of my appliaction.
I have done some digging and found the following StackOverflow thread but unfortunately that code only throws a InvalidCastException when used. ("Can't convert System.Windows.Interop.InteropBitmap to System.Windows.Media.Imaging.BitmapImage").
Is there another way to convert a BitMap object into BitmapImage ?