Hi everyone,
I am working on Qt 4.6 with OpenGL. The requirement of my project is to draw hundreds of bitmaps on GLWidget. Now i need to convert all the images (Pixmaps) to Hexa 8 bytes array that a system can draw all the images at run time quickly, therefore please suggest me any software that can generates Hexa for me, or provide me any alternate fastest way to do the task. Any help will be appreciated.
Thanks..
below is the sample of Hexa array
char imageArray[] = {
0x5C,
0x24,
0x3F,
0x4E,
0x45,
0xFF,
0xFF,
0xFF
};
Bookmarks