EggPaint
From Just Solve the File Format Problem
(Difference between revisions)
m (→Specifications) |
|||
Line 15: | Line 15: | ||
== Specifications == | == Specifications == | ||
− | * | + | * {{AtariForumWiki|EggPaint_file_format|AtariForumWiki: EggPaint file format}} |
== Software == | == Software == |
Revision as of 15:26, 13 February 2017
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 |
Identification
Files begin with the signature "TRUP
".
Some files are compressed with Pack-Ice, and begin with "ICE!
".