PDA

View Full Version : Hex editor



Ron Marcus
- 15th May 2007, 17:06
Is there a simple windows based hex editor for looking at .bmp files on disk that someone could reccomend?
I need it to find where the image data begins in a file, either on hard disk or an SD card. Freeware would be good!
Thanks
Ron

mister_e
- 15th May 2007, 17:14
http://www.fortunecity.com/skyscraper/windows/364/bmpffrmt.html
http://local.wasp.uwa.edu.au/~pbourke/dataformats/bmp/

Sure it's doable.
I use bpsoft Hex WorkShop... but it's not free.
http://www.hexworkshop.com/

BUT
http://www.hhdsoftware.com/Products/home/hex-editor-free.html

i have few HHD soft software here and they are excellent, so the above should be nice

and then the usual
http://www.google.ca/search?hl=en&q=hex+editor+bmp+freeware&btnG=Search&meta=

ONE MORE
http://www.bestvistadownloads.com/software/t-free-cygnus-hex-editor-free-edition-download-ngznwbou.html

Ron Marcus
- 15th May 2007, 17:49
Thanks Steve,
I'm just dubbing now and I hate to invest substantially in a piece of software for a project that may have no practical application.
Ron

Ron Marcus
- 15th May 2007, 18:06
I bought the Hex workshop. It is inexpensive, and should be bug free.
Ron

mister_e
- 15th May 2007, 20:23
GOOD! Smart choice!

I use it often to edit/create Text EEPROMs. Easy to figure out how your LCD scren (of any type) will looks like.

Ron Marcus
- 15th May 2007, 20:50
The only issue is there seems to be a lot of data bytes that appear to do nothing before the image file. I need to find the file format to find out what it all does!

mister_e
- 15th May 2007, 20:59
Well, the first link i've posted was for an old BMP format i think, sure there's other info on much recent format such as 24, 32 bits one somewhere.

T.Jackson
- 16th May 2007, 03:06
You should be able to find some info a long with source code on PSC that explains the file structure of a Bitmap. I don't think the format of them is terribly
complex, nothing anywhere near as difficult as a jpeg or animated gif. Happy searching! http://www.planetsourcecode.com

Bronurstomp
- 6th April 2009, 20:28
Here is a link for the BMP format..

http://www.odec.ca/projects/2004/chia4a0/public_html/bmpresearch.htm

Anyone have any ideas for code to extract the pixel data? I would suspect it to be something like open the .BMP for read, then open an ASCII file for write, and then stream the data through the PIC...
I have an application coming up where I need to determine the randomness of dots in a balck and white BMP image. I'll post anything I come up with here... stay tuned

Bron