Hey, I'm trying to read a BMP file and write it to a new BMP.
The new file opens with paint and has the right dimensions, but is completely
blank whitespace and none of the random colors I put in the original file.
Okay, i realized why it was blank, but there's still something wrong, the output image is completely different. It has 80% of the canvas in a shade of grey and color in the bottom that resemble, but is still completely different, from the original.
Update:: while this doesn't solve the problem. i figured out part of the cause. it was because you can only output 16 color bitmaps this way. anyone know a work around?