EggPaint
From Just Solve the File Format Problem
(Difference between revisions)
(→Sample files) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
Line 28: | Line 28: | ||
* [http://no-fragments.atari.org/no_fragments_04/archive/work/sources/hmmm_src.zip hmmm_src.zip] | * [http://no-fragments.atari.org/no_fragments_04/archive/work/sources/hmmm_src.zip hmmm_src.zip] | ||
* http://whatis.rest7.com/how-to-open-trp-file | * http://whatis.rest7.com/how-to-open-trp-file | ||
− | * | + | * {{DexvertSamples|image/eggPaint}} |
Latest revision as of 02:56, 28 December 2023
EggPaint (or Egg Paint) is a raster image format used on Atari Falcon computers. It is presumably associated with a program called EggPaint, but information about such a program is hard to find.
It is a simple uncompressed format with 16 bits/pixel (RGB 5-6-5 format), and an 8-byte header. It is very similar to GodPaint format, and to Spooky Sprites TRP format.
Contents |
[edit] Identification
Files begin with the signature "TRUP
".
Some files are compressed with Pack-Ice, and begin with "ICE!
".