Spooky Sprites
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
(→Sample files) |
||
Line 39: | Line 39: | ||
* [http://no-fragments.atari.org/no_fragments_04/archive/games/sharewar/coe_2_0.zip coe_2_0.zip] | * [http://no-fragments.atari.org/no_fragments_04/archive/games/sharewar/coe_2_0.zip coe_2_0.zip] | ||
* https://telparia.com/fileFormatSamples/image/trs/ | * https://telparia.com/fileFormatSamples/image/trs/ | ||
+ | * https://telparia.com/fileFormatSamples/image/eggPaint/ |
Revision as of 19:56, 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.