Bitmap的文件格式: #define UINT16 unsigned short #define DWORD unsigned int #define WORD short #define LONG int // Bitmap File Header ( 14 Bytes ) typedef struct tagBITMAPFILEHEADER { UINT16 bfType; // same as BM in ASCII. DWORD bfSize; // the size of the…