0

私は実際に、キャンバスに複数のものを載せた、唯一無二のイメージを作ろうとしています。

必要なものがすべて揃った画像を作成しますが、画像の品質が非常に悪いです。どうすればアップグレードできるか知っていますか?

画像を保存すると、これが私のコードの終わりです:

    StorageFile filesave = await ApplicationData.Current.LocalFolder.CreateFileAsync("filesave.jpg", CreationCollisionOption.ReplaceExisting);

    Guid encoderId = Windows.Graphics.Imaging.BitmapEncoder.JpegEncoderId;
    await WinRTXamlToolkit.Imaging.WriteableBitmapSaveExtensions.SaveToFile(backgroundBmp, filesave, encoderId);

誰かアイデアがあれば?お時間をいただきありがとうございます。

4

1 に答える 1