GP32 BMB -> BIN


rcx21000

Well-Known Member
Joined
Mar 26, 2003
Messages
1,624
Age
54
Website
Visit site
I need one that isn't bmp2bin. bmp2bin dosen't have custom palettes, and messes up almost every pic I put into it :wacko: Oh, and I need the bin file, I'm not converting it to a .c/.h file.
 
The palette data isn't stored in the images. Custom palettes are done by loading a new palette via the SDK commands.

And as for the BMP2Bin tool, I usually just use Paint Shop Pro to save my 8-bit images as .raw files. All I have to do is rename them to .bin or use Hex Workshop to save the contents as C code. If you're going to do it like that though, you'll need to remember to rotate the image 90º clockwise (I think it's clockwise anyway).

Some people will call that the stupidest method to get image data ever, and they're probably right but I've gotten fast at doing it now, so it's no problem ;)
 
that's the most stupidest method the get image data ever ;)

and it is 90o 'anti-clockwise'

use SDL or one of the other image libs, it's easier

or use the bitmap loading code i posted on here a while back

wish i could get back to some gp32 coding ... sux :(
 
Back
Top