I am trying to start writing a BMP
image file with python without using any importing any libraries like PIL
or Image
just to learn how it works,
I started by looking up at the documentations and how BMP
files are formatted from this article but I had no clue how to start, and what is a WORD
and DWORD
datatypes