|
XET files
First few bytes are as follows:
| x | y | step | depth | width | height |
(x,y) is the upper left corner; step is both in x and y, magnification is 1/step; these are all long double.
depth is the maximum number of iterations; width and height are self-explanatory; these are all unsigned short.
After this binary infomation, there's a clear-text version. Example:
3íWDÚJü¿ØÅ¸u¿F)øQµ<>ÿ
x : -1.7682745618502167000000000000000000000000
y : -0.0053031634756646332000000000000000000000
dx : 0.0000000066839061225923394000000000000000
depth : 511
width : 1024
height : 768
|
|