Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/19/10 05:35
Read: times


 
#178105 - .bmp to .c
Responding to: ???'s previous message
There are ready made s/w available which will convert ur .bmp file into its equivalent code array for ex:
const unsigned char num_2[] =
{
IMAGE_FMT_1BPP_UNCOMP,
8, 0,
13, 0,

0xc3, 0x81, 0x1c, 0x3c, 0xfc, 0xf9, 0xf1, 0xe3, 0xc7, 0x9f, 0x00, 0x00,
0xff,
};
The utility name is Image Magick display.
Hope this might help u.

regards
Mandar

List of 4 messages in thread
TopicAuthorDate
*.bmp file            01/01/70 00:00      
   Embedded decode of BMP to text file???            01/01/70 00:00      
      .bmp to .c            01/01/70 00:00      
         A hexdump of a file does not need to know file format            01/01/70 00:00      

Back to Subject List