My program got a pointer which points on an byte array. The stored information in that array are the pixel values of a gray picture (8 bit color depth)
Now I want to create a bitmap file out of this array. Does anybody know some simple functions for this problem.
System used: VC++ 2005 / Win32 application (no mfc)