Hi there,
I need to get the BitmapImage from the byte array. Currently I'm working with MemoryStream (byte[] -> MemoryStream -> BitmapImage) but it seems to be not efficient. The same situation in the other way round - I need to get the byte array representing the BitmapFrame. Again, I'm doing that with MemoryStream.
What is the most efficient way to accomplish that task? Is it possible to speedup the conversion?
Thank you in advance for the replies and hints!
Cheers