I want to convert a WriteableBitmap
image to a Byte[]
array using C# code in Windows store metro style apps.
相关问题
- Sorting 3 numbers without branching [closed]
- Graphics.DrawImage() - Throws out of memory except
- How to get the background from multiple images by
- Why am I getting UnauthorizedAccessException on th
- 求获取指定qq 资料的方法
WriteableBitmap
exposesPixelBuffer
property of typeIBuffer
- a Windows Runtime interface which can be converted to a byte array with .NETStream
s