I have a byte[] that represents by Image. I am downloading this Image via a WebClient. When the WebClient has downloaded the picture I reference in via a URL, I get a byte[]. My question is, how do I load a byte[] into an Image element in WPF? Thank you.
Note: This is complementary to the question I asked here: http://stackoverflow.com/questions/580359/generate-image-at-runtime. I cannot seem to get that approach to work, so I am trying a different approach.