How did this person code “Hello World” with Microsoft Paint?
A BMP (DIB) image is composed by a header followed by uncompressed1 color data (for 24 bpp images it’s 3 bytes per pixel, stored in reverse row order and with 4 bytes row stride). The bytes for color data are used to represent colors (i.e. none of them are “mandated” by the file format2, they … Read more