I have a byte[] that represents a .png file. I am downloading this .png via a WebClient. When the WebClient has downloaded the .png I reference via a URL, I get a byte[]. My question is, how do I load a byte[] into a System.Windows.Controls.Image element in WPF? Thank you.
Note: This is complementary to the question I asked here: http://stackoverflow.com/questions/582805/load-a-byte-into-an-image-at-runtime. I was not specific enough in my original question, but the answers were still relevant.