biWidth
biWidth is a field in Windows bitmap information headers that stores the width of an image in pixels. It is part of structures used to describe bitmap data, such as BITMAPINFOHEADER and related headers, and is defined as a 32-bit signed integer (LONG).
In the Windows BMP and DIB formats, biWidth specifies how many horizontal pixels the image contains. The
biWidth works together with biBitCount and other header fields to determine the memory layout of the pixel
Practical usage of biWidth includes image creation, loading, and rendering. When manipulating raw bitmap data, developers
Notes: while biWidth is the width, other fields such as biClrUsed and biSizeImage influence color data and