GED
From Just Solve the File Format Problem
(Difference between revisions)
(Added page for GED) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
| (One intermediate revision by one user not shown) | |||
| Line 6: | Line 6: | ||
}} | }} | ||
'''GED''' is a graphics format for the Atari with an unknown origin. | '''GED''' is a graphics format for the Atari with an unknown origin. | ||
| + | The images have a resolution 160x200.<ref>https://recoil.sourceforge.net/formats.html#Atari-8-bit</ref> | ||
| + | The file name extension is <code>ged</code> and the file size is 11302. | ||
| + | |||
| + | == Identification == | ||
| + | Such graphic images start with byte sequence <code>0xFF 0xFF 0SO 0x7F</code>. | ||
== Software == | == Software == | ||
| Line 11: | Line 16: | ||
== Sample files == | == Sample files == | ||
| − | * | + | * {{DexvertSamples|image/ged}} |
| + | |||
| + | ==References== | ||
| + | <references/> | ||
Latest revision as of 04:06, 28 December 2023
GED is a graphics format for the Atari with an unknown origin.
The images have a resolution 160x200.[1]
The file name extension is ged and the file size is 11302.
Contents |
[edit] Identification
Such graphic images start with byte sequence 0xFF 0xFF 0SO 0x7F.