C++ .Net: Display Grayscale image from a unsigned short array

Hi,

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

Is it possible, do you have a tip for me?

Thank's,
Manfred
Last edited on
Topic archived. No new replies allowed.