Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
1
Answer
how to store BitmapImage into Picture Library in WP8.1
Nitin Patil
10y
1.9k
1
Reply
i'm working on windows phone 8.1 app and in this app i want to store BitmapImage into Picture Library.
BitmapImage code i'm using:
BitmapImage bmpImage = new BitmapImage(new Uri(file.Path));
i can create jpeg image in picture library using following code:
StorageFile file1 = await KnownFolders.PicturesLibrary.CreateFileAsync("Photo.jpg",CreationCollisionOption.GenerateUniqueName);
now how to save "bmpImage" into "file1" ?
Post
Reset
Cancel
Answers (
1
)
Next Recommended Forum
Video recording on wp7
Notification and Action Center Windows Phone 8.1