The Bitmap File format
The Bitmap file format is a relatively simple and straight forward way to store and represent raster graphics, in a wide variety of different ways, usually as uncompressed data. The simplicity of the format makes it quite easy to use (and especialy write), which is why it is favored by some software and libraries, though the store the data from bottom-to-top, left-to-right.
Read the full entry