floydpink / CachedImage

A WPF control that wraps the Image control to enable file-system based caching
http://floydpink.github.io/CachedImage/
MIT License
69 stars 22 forks source link

Added CreationOptions dependency property to Image #7

Closed DjScribbles closed 8 years ago

DjScribbles commented 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.

floydpink commented 8 years ago

Thanks!

floydpink commented 8 years ago

It would be good if you could also add a note on the README about this change, @DjScribbles