Closed DjScribbles closed 8 years ago
Added a dependency property to Image to allow the assignment of the internal BitmapImage.CreateOptions from xaml. This change allows users to resolve a potential exception when loading images with corrupt/missing color profiles, as described here.
Thanks!
It would be good if you could also add a note on the README about this change, @DjScribbles
Added a dependency property to Image to allow the assignment of the internal BitmapImage.CreateOptions from xaml. This change allows users to resolve a potential exception when loading images with corrupt/missing color profiles, as described here.