Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

How to convert image into data packet?

Status
Not open for further replies.

roopabayareddy

Newbie level 4
Joined
Aug 18, 2011
Messages
7
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,310
Hi can anyone help me to convert image into packets of 100 bytes?plz.
 

Its easy...
Take a image and convert it to BMP 24 bit format
search and download the BMP header format
Manual technic:
now open the image with hex editor (HxD hex editor)
and copy the image values after header..
automatic technic:
write a c program to read the file and to create new file to write values
Whenever you run the .exe (output file) you will get packet files of image named as programmed in c.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top