Spooky Sprites
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(→Software) |
||
Line 30: | Line 30: | ||
* [http://cd.textfiles.com/atarilibrary/atari_cd07/GRAPHICS/PAINT/SPOOKY4/ Spooky Sprites 4] | * [http://cd.textfiles.com/atarilibrary/atari_cd07/GRAPHICS/PAINT/SPOOKY4/ Spooky Sprites 4] | ||
* [http://no-fragments.atari.org/no_fragments_04/archive/work/gfx/spooky5.zip spooky5.zip] - Spooky Sprites 5 | * [http://no-fragments.atari.org/no_fragments_04/archive/work/gfx/spooky5.zip spooky5.zip] - Spooky Sprites 5 | ||
+ | * [https://github.com/ArguablyUseful/TRS_extraction TRS_extraction] | ||
+ | * [https://github.com/dominions-tools/dominions-tools/blob/master/dump-trs-data dump-trs-data] | ||
== Sample files == | == Sample files == |
Revision as of 19:45, 19 August 2020
This article describes several raster graphics formats associated with Spooky Sprites, a graphics editor for Atari Falcon computers. It's not certain that the formats actually originate from Spooky Sprites.
Contents |
Formats
True Colour Sprites (TRS)
A TRS file begins with the ASCII signature "TCSF
". It can contain multiple images.
True Colour Picture (TRP)
A TRP file begins with the ASCII signature "tru?
" (74 72 75 3f
).
Except for the different signature, this format seems to be identical to EggPaint .trp format.
The expected filename extension is .trp, but .tru has also been observed. This is not to be confused with the similar IndyPaint .tru format.
Run length encoded True Colour Picture (TRE)
A TRE file begins with the ASCII signature "tre1
".
Specifications
- SPOOKY.TXT
- spooky5.zip → doc/*
Software
- RECOIL
- Spooky Sprites 4
- spooky5.zip - Spooky Sprites 5
- TRS_extraction
- dump-trs-data
Sample files
Note that some of the image files are compressed with Pack-Ice.