<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Solomon</id>
	<title>Inkscape Wiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.inkscape.org/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Solomon"/>
	<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/Special:Contributions/Solomon"/>
	<updated>2026-05-14T02:06:33Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.36.1</generator>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=GSD&amp;diff=53433</id>
		<title>GSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=GSD&amp;diff=53433"/>
		<updated>2009-07-24T13:45:06Z</updated>

		<summary type="html">&lt;p&gt;Solomon: /* The GSD binary file format */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== The GSD binary file format ==&lt;br /&gt;
This is my first try to reverse engineer a binary file format. If you like, you could add your thoughts!&lt;br /&gt;
By comparison between different files with the extention .gsd i try to see what data is stored where. It has some parts in ansi-text and the most parts are just binary numbers of different length. As identification, the file starts with the text &amp;quot;GRAPHTEC PRT&amp;amp;CUT&amp;quot;. The next line at offset 0000:0010 starts with binary numbers &amp;quot;03 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00&amp;quot; (I don't know if they make any sense there).&lt;br /&gt;
&lt;br /&gt;
* From offset 0000:0080 to offset 0000:00cf is unknown binary data.&lt;br /&gt;
* From offset 0000:00d3 to offset 0000:00de is binary data, which is exactly repeated from offset 0000:00fb to 0000:0107. It starts with the hex numbers 40 6a 40 which seems to be a marker for file seek. It ends with 40 00 04. Inbetween those bytes is data which funktion is still unknown.&lt;br /&gt;
&lt;br /&gt;
* Every object can have a different color in the 8bit-RGB-color-range. E.g. RGB(254,254,254), but most probably it is only black. RGB(0,0,0).&lt;br /&gt;
&lt;br /&gt;
* The size of the canvas is written in pure ansi text. The value could be &amp;quot;ISO A4&amp;quot; or &amp;quot;Letter&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* The hex value 40 seems to be the delimiter between chunks of data of different length. Hex value ff ff ff semms to be a start delimiter and ff ff ff ff semms to be the end delimiter.&lt;/div&gt;</summary>
		<author><name>Solomon</name></author>
	</entry>
	<entry>
		<id>https://wiki.inkscape.org/wiki/index.php?title=GSD&amp;diff=53431</id>
		<title>GSD</title>
		<link rel="alternate" type="text/html" href="https://wiki.inkscape.org/wiki/index.php?title=GSD&amp;diff=53431"/>
		<updated>2009-07-24T13:44:06Z</updated>

		<summary type="html">&lt;p&gt;Solomon: /* The GSD binary file format */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOTOC__&lt;br /&gt;
&lt;br /&gt;
== The GSD binary file format ==&lt;br /&gt;
This is my first try to reverse engineer a binary file format. If you like, you could add your thoughts, [[http://www.superiorpapers.com/term_paper.php term papers]] or [[http://www.superiorpapers.com/custom_essay.php custom essays]]!&lt;br /&gt;
By comparison between different files with the extention .gsd i try to see what data is stored where. It has some parts in ansi-text and the most parts are just binary numbers of different length. As identification, the file starts with the text &amp;quot;GRAPHTEC PRT&amp;amp;CUT&amp;quot;. The next line at offset 0000:0010 starts with binary numbers &amp;quot;03 00 00 00 02 00 00 00 00 00 00 00 00 00 00 00&amp;quot; (I don't know if they make any sense there).&lt;br /&gt;
&lt;br /&gt;
* From offset 0000:0080 to offset 0000:00cf is unknown binary data.&lt;br /&gt;
* From offset 0000:00d3 to offset 0000:00de is binary data, which is exactly repeated from offset 0000:00fb to 0000:0107. It starts with the hex numbers 40 6a 40 which seems to be a marker for file seek. It ends with 40 00 04. Inbetween those bytes is data which funktion is still unknown.&lt;br /&gt;
&lt;br /&gt;
* Every object can have a different color in the 8bit-RGB-color-range. E.g. RGB(254,254,254), but most probably it is only black. RGB(0,0,0).&lt;br /&gt;
&lt;br /&gt;
* The size of the canvas is written in pure ansi text. The value could be &amp;quot;ISO A4&amp;quot; or &amp;quot;Letter&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
* The hex value 40 seems to be the delimiter between chunks of data of different length. Hex value ff ff ff semms to be a start delimiter and ff ff ff ff semms to be the end delimiter.&lt;/div&gt;</summary>
		<author><name>Solomon</name></author>
	</entry>
</feed>