EggPaint
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |subcat2=Atari graphics formats |extensions={{ext|trp}} }} '''EggPaint''' (or '''Egg Paint''') is a raster image format us...") |
Revision as of 01:12, 7 August 2015
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.
Contents |
Identification
Files begin with the signature "TRUP
".
We have also observed .trp files that begin with 't' 'r' 'u' 0x3f
, but otherwise appear to use the same format. Maybe from a different version of EggPaint?
Some files are compressed with Pack-Ice, and begin with "ICE!
".