将图像转换为字节[]

时间:2013-11-17 18:12:00

标签: c# windows-phone-8

我正在寻找一种方法将BitmapImage转换为c#中的byte []。

假设我有两个变量:

byte[] ByteArray; 
BitmapImage TheImage;

我该如何制作

ByteArray = TheImage

非常感谢你的帮助!

1 个答案:

答案 0 :(得分:0)

您可以使用SaveJpeg的{​​{1}}方法:

WriteableBitmap