I read data from an astronomical image (FITS-format) to an unsigned short buffer (16-bit luminance values). Now I want to display it in gray scale e.g. as a backgroundimage of a window created by .NET4 (mywindow->BackgroundImage->From?)
Working with Visual Studio 2012, C++/CLR