Help with bmp2h software
Help with bmp2h software
Can someone tell me how to use the bmp2h software? The button labels are all in chinese. I am able to load a bmp file, but I cannot generate a useful .h file. Thank you
Re: Help with bmp2h software
Thanks for the response. Can you please explain the use of the checkbox and the other buttons too? Thank you very much.
Re: Help with bmp2h software
Should the image header be removed from the resulting .c file?
ALIGN4 const unsigned char HoleView[] = {
/* image header, 20 bytes */
#ifdef WIN32
0x18,0x00,0x00,0x00,0x18,0x00,0x18,0x00,
#else
0x00,0x00,0x00,0x18,0x00,0x18,0x00,0x18,
#endif
#ifdef WIN32
0, 4, 0, 3, 0, 0, 0, 8, 16, 0, 1, 0, 0, 0, 0, 0,
#else
4, 0, 3, 0, 0, 0, 8, 0, 0, 16, 0, 1, 0, 0, 0, 0,
#endif
ALIGN4 const unsigned char HoleView[] = {
/* image header, 20 bytes */
#ifdef WIN32
0x18,0x00,0x00,0x00,0x18,0x00,0x18,0x00,
#else
0x00,0x00,0x00,0x18,0x00,0x18,0x00,0x18,
#endif
#ifdef WIN32
0, 4, 0, 3, 0, 0, 0, 8, 16, 0, 1, 0, 0, 0, 0, 0,
#else
4, 0, 3, 0, 0, 0, 8, 0, 0, 16, 0, 1, 0, 0, 0, 0,
#endif
Who is online
Users browsing this forum: No registered users and 2 guests