good bitmap to lcd program for Olimex LPC2478?

Does anyone have a good program that can convert a bitmap to the raw data for use on this board? bitmap2lcd is so neutered in the free version I don’t know if it will work or not.

The data in the example logo file I have looks like this

0x000a01fd, 0x001d12fe, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff,
0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff, 0x002218ff,
0x001d12fe, 0x000a01fd, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff,
0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00ffffff, 0x00000000,

I really don’t want to write my own program to convert a .bmp to that data stream if don’t have to…

Thanks

Nevermind, I ended writing my own program to parse the bitmap data into a data stream compatible with the display.