BITMAPFILEHEADER
BITMAPFILEHEADER is a fixed-size structure used in the Windows BMP file format to describe the overall file as a bitmap image. It constitutes the first header in a BMP file and is exactly 14 bytes long. The information contained in this header specifies how the rest of the file is organized, including where the pixel data begins and the total file size.
The header consists of five fields. bfType is a 2-byte value that identifies the file as a
BITMAPFILEHEADER is stored in little-endian byte order on Windows systems. It is commonly followed by a DIB
In practice, applications reading or writing BMP files use BITMAPFILEHEADER to validate the file type, determine