To make a long story short, I need to convert a .dat file into whatever picture I choose by playing with the code. The .dat file's product is shown below. The body of the code, which makes up the image itself is as follows...for each byte, hex 00 means white space/blank and hex FF means the space is filled in. Data is written in concentric circles from the innermost ring out, in a clockwise fashion starting with the 12 o'clock pixel. Each circle is made of 30x256 pixels.
So, what I need is to be able to make any image which shares the .dat file's aforementioned guidelines. That way I can copy and paste the "FF00FF00FFFFFF" code into the original .dat file using a hex editor.


Sign In
Create Account

Back to top









