As I recall, .BMP uses RLE. As others have said, it's not very effecient. It would be better to just save the raw pixmap data and the associated color table.

One Color table for your game, and then nothing but pixmap data. it's very compressible if you want to go that route.