Answered by:
How to save WriteableBitmap in Local Folder as a file in Windows store app?

Question
-
Hi,
Can you please tell me how to store WriteableBitmap in local folder.
Thanks,
Siva Varri
Thread response from msdn
Friday, April 24, 2015 5:09 AM
Answers
-
Here's a previous thread with sample code demonstrating saving a WriteableBitmap to a file:
- Proposed as answer by Franklin ChenMicrosoft employee, Moderator Monday, April 27, 2015 11:42 AM
- Marked as answer by Franklin ChenMicrosoft employee, Moderator Wednesday, May 6, 2015 11:50 AM
Friday, April 24, 2015 5:28 AMModerator -
It is an extension method. See the AsStream Method docs.
- Marked as answer by Franklin ChenMicrosoft employee, Moderator Wednesday, May 6, 2015 11:50 AM
Wednesday, April 29, 2015 4:59 AMModerator
All replies
-
Here's a previous thread with sample code demonstrating saving a WriteableBitmap to a file:
- Proposed as answer by Franklin ChenMicrosoft employee, Moderator Monday, April 27, 2015 11:42 AM
- Marked as answer by Franklin ChenMicrosoft employee, Moderator Wednesday, May 6, 2015 11:50 AM
Friday, April 24, 2015 5:28 AMModerator -
Here's a previous thread with sample code demonstrating saving a WriteableBitmap to a file:
I have checked above link.. But am unable to implement because WriteableBitmap does not support AsStream [ PixelBuffer.AsStream()] in windows store app
Thanks
Siva Varri
Thread response from msdn
- Edited by Siva varri Wednesday, April 29, 2015 4:56 AM
Wednesday, April 29, 2015 4:55 AM -
It is an extension method. See the AsStream Method docs.
- Marked as answer by Franklin ChenMicrosoft employee, Moderator Wednesday, May 6, 2015 11:50 AM
Wednesday, April 29, 2015 4:59 AMModerator