I want to read the RGB values for each pixel from a .bmp file, so I can convert the bmp into a format suitable for GBA (GameBoy Advance).
.bmp
bmp
I
If you are on windows you can use the LoadBitmap function from win32
then given the handle convert it to a DIB bitmap and get to the pixels that way