Reading/displaying Image in raw format
-
hey.. i am using C++ (wxWindows for GUI)--I have an image file in RAW format ...i have read the file into a 2-D array, how that data is to be used display the image on a control? thanks
If wxWindows is not a ref (managed) class then you're posting on the wrong board - you should post on the Visuall C++/MFC board instead. If this is managed code, you may want to look into the System::Drawing namespace, Bitmap class for converting your pixel data to a bitmap for drawing. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java:
-
If wxWindows is not a ref (managed) class then you're posting on the wrong board - you should post on the Visuall C++/MFC board instead. If this is managed code, you may want to look into the System::Drawing namespace, Bitmap class for converting your pixel data to a bitmap for drawing. Mark
Mark Salsbery Microsoft MVP - Visual C++ :java: