Bitmap data manipulate, written in Ansi C. Support both bmp file or bmp format data in memory.
Bmp data(file) is take as a stream, you can open/close/create/read/write/seek/tell to the stream,
and some special functions are provided, e.g. get rectangle, get line, merge(alpha blending).
bmpstream.dsw and bmpstream.dsp is the example project build with Microsoft Visual C++ 6.0.
Just open bmpstream.dsw and run Build->Rebuild All, then everything will be done.
Any problem, please contact LaiZhefeng@gmail.com.