#WritableBitmap
Explore tagged Tumblr posts
windowsapptutorials · 9 years ago
Text
Converting WritableBitmap to StorageFile in Universal Windows Apps
WriteableBitmap is quite useful when an app requires image processing. It provides a BitmapSource, that can be written and manipulated. Ultimately that bitmap source is supplied to an image control of a Windows Store app. We are going to save the WritableBitmap to a StorageFile in our app.
For image encoding WinRT offers the BitmapEncoder class. For image encoding we need to select a BitmapEncode…
View On WordPress
0 notes