I want to convert BitmapImage
to byte[] in windows 8 application. I know how to do it using windows sdk but can't seem to get it working for WinRT sdk.
One or two posts are suggesting that I should use WritableBitmap
to achieve that but there are no clear examples.
Conversion of BitmapImage to Byte array (Windows)
following is the best I found but still too vague for me
WinRT Loading an Image into a Byte array
I'll appreciate any help.