Код: Выделить всё
PngBitmapEncoder enc = new PngBitmapEncoder();
enc.Frames.Add(myBitmapSource);
enc.Save(fs);
Подробнее здесь: https://stackoverflow.com/questions/297 ... ha-channel
Код: Выделить всё
PngBitmapEncoder enc = new PngBitmapEncoder();
enc.Frames.Add(myBitmapSource);
enc.Save(fs);