Writing BMP image in pure c/c++ without other libraries
- by den bardadym
In my algorithm i need create information output. I must to write boolean matrix in bmp file.
It must be monocromic image, where pixel is white if matrix on such element is true.
Main problem is bmp header and how to write this.
Thanks.