File Save Picker - Save Edited Image (C# Metro app)
问题 I want to open an image, edit it, and then save it. I am able to open a file, but I have problems saving it. The way I have written the code, I can only save a file with .jpg but there is nothing in it. Please explain to me how to save the image I have opened and edited(not made yet). public sealed partial class MainPage : Page { BitmapImage originalImage = new BitmapImage(); public MainPage() { this.InitializeComponent(); } private async void OpenButton_Click(object sender, RoutedEventArgs e