I'm not sure what your really want but below code does two things
1) reads in a GIF file (or any image file), converts it to Hex String (like you see in a dump) and writes it out as a file.
2) reads in the Hex String file and converts it back again to the original GIF (or any image file) and write that out to a file





Reply With Quote