Page 1 of 1

Tool to convert image file to hex and the other way around

Posted: Mon Oct 25, 2010 1:33 pm
by spicydog
POST DELETED

Re: Tool to convert image file to hex and the other way arou

Posted: Mon Oct 25, 2010 3:59 pm
by I am Baas
Here are a few links for you to try...

1. Picture Convert to Hex release 1.02 (EvilGhozt)
Make you own pictures with one and zero numbers (pretty cool) and upload on your homepage as a *.htm file.

http://hem.passagen.se/photo_galleri/downloads.htm

2. Picture Convert to Hex II (NEW) beta 1.1 (EvilGhozt)
Same as Picture Convert to Hex but this one got new functions like Color ignore, own background message
and it can take pictures up to 300x300 pix.

http://hem.passagen.se/photo_galleri/downloads.htm
http://www.softpedia.com/get/Multimedia ... x-II.shtml

3. Convert a binary file into a hex file. Just drag and drop your binary file (e.g. .gif image) into this application and a hex version of the file will be written into the same directory. Works with multiple files.

http://www.csoft.co.uk/hex_converter/index.htm

Re: Tool to convert image file to hex and the other way arou

Posted: Mon Oct 25, 2010 4:19 pm
by spicydog
Hi I am Baas,

Thanks for your reply.

I tried Picture Convert to Hex II (by Ultimate Codes 32) and Hex Converter (by Connection Software): The latter is the perfect answer to the 1st of my 2 questions.

Any idea how to address the 2nd part of my query (i.e. covert a raw hex file and make an image out of it)?

Tnx :mrgreen:

Re: Tool to convert image file to hex and the other way arou

Posted: Tue Oct 26, 2010 1:08 am
by spicydog
Maybe it is worth while mentioning that I do not need to convert a string of text into an image (for example to minimize the risk that a conventionally written email address could be picked up by web crawlers and used for junk mail).

Bottom line: I have a hex string and I need to covert it into an image.

Actually it would be sufficient if I could just preview the image contained in the hex string :mrgreen:

Anybody?

Re: Tool to convert image file to hex and the other way arou

Posted: Tue Oct 26, 2010 2:47 am
by SYSTEM
Swiss File Knife has both functions. It's a command line tool, however.

Convert a picture (or any file) into a hex string:

Code: Select all

sfk hexdump -nofile -pure picture.gif > picture.txt
Convert the hex string back into picture:

Code: Select all

sfk filter picture.txt +hextobin picture.gif
Hope this helps. :)

Re: Tool to convert image file to hex and the other way arou

Posted: Thu Oct 28, 2010 4:01 pm
by spicydog
Yes SYSTEM,

Absolutely fine... Especially after the additional details you provided I was able to take care of both issues using Swiss File Knife in combination with 2 batch files... THANKS again :mrgreen:

Unless anybody else has a regular NON-command line tool to suggest I would consider this thread closed...

Happy weekend to everybody :mrgreen: