Introduction - If you have any usage issues, please Google them yourself
BMP file is a common image file formats, sample programs in this article produces a simple 640x480 24 bit color BMP file. BMP file format in two parts, the first part of the file header, specifically defined in the source code, and the second part is the data area, followed by the header storage.