|
|
|
|
|
by ajsnigrutin
1254 days ago
|
|
BMP is really great, the whole format is described on wikipedia with enough detail to code it yourself in literally 10 minutes, and the 'hardest' part of creating (or parsing) a bmp is counting the bytes to pad the data correctly, and remembering where [0,0] is :) https://en.wikipedia.org/wiki/BMP_file_format#Example_1 |
|