Gio_S
Guest
Good morning to all, yesterday, as I usually do, instead of with the week enigmistic I devoted myself to my favorite puzzle with the analysis of the coding of graphic formats.
the file type sld is not document, or better I do not find it, and I am at the very first pass.
It's a vector file.
- has a header (in fact incorrect to call it so because as a whole that I isolated as a repetitive it certainly contains info on the graphic system in use), but a certain fact is that the plotting, attention, in my elementary case of lines to be traced with which I started, begins to byte 34°
- then I find 2 byte(short) + 2 bytes per x,y of departure (with origin 0.0 low left), with 4 hexadecimals per axis, to be read from the last.
- then, consecutively, another 2 bytes + 2 bytes for x,y end line
- then two bytes detachment from the next line (color? for now I don't know)
Actually, I don't even know if they pull the pen or they say it goes on. for now I analyze two separate lines.
- Finally 2 bytes per fine file.
It seems quite elementary to build. I will make us a small bitmap vectorizer, like what I use for my works, which transforms pixel lines into solid color (small packages cad optimized by 16 million)
that I need for my scanning work photos trains for 3d printing purposes, slds for now are just like fun, maybe I will need to correct the menus starting from bmp.
If by chance someone had more information on the format coding thank you!
the file type sld is not document, or better I do not find it, and I am at the very first pass.
It's a vector file.
- has a header (in fact incorrect to call it so because as a whole that I isolated as a repetitive it certainly contains info on the graphic system in use), but a certain fact is that the plotting, attention, in my elementary case of lines to be traced with which I started, begins to byte 34°
- then I find 2 byte(short) + 2 bytes per x,y of departure (with origin 0.0 low left), with 4 hexadecimals per axis, to be read from the last.
- then, consecutively, another 2 bytes + 2 bytes for x,y end line
- then two bytes detachment from the next line (color? for now I don't know)
Actually, I don't even know if they pull the pen or they say it goes on. for now I analyze two separate lines.
- Finally 2 bytes per fine file.
It seems quite elementary to build. I will make us a small bitmap vectorizer, like what I use for my works, which transforms pixel lines into solid color (small packages cad optimized by 16 million)
that I need for my scanning work photos trains for 3d printing purposes, slds for now are just like fun, maybe I will need to correct the menus starting from bmp.
If by chance someone had more information on the format coding thank you!



