GodPaint
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
(→Specifications) |
||
Line 12: | Line 12: | ||
== Specifications == | == Specifications == | ||
− | * | + | * {{AtariForumWiki|GodPaint_file_format|AtariForumWiki: GodPaint file format}} |
== Software == | == Software == |
Revision as of 15:27, 13 February 2017
GodPaint (or God-Paint, or God Paint) is a paint program for Atari Falcon computers. It has a native .GOD raster image format. It is a simple uncompressed format with 16 bits/pixel (RGB 5-6-5 format), and a 6-byte header.
Contents |
Identification
The first two bytes in a .GOD file are ostensibly a signature, but unfortunately they are not reliable. Usually they are set to 47 34
("G4
"), or 04 00
.
Specifications
Software
Sample files
- GodPaint demo → *.GOD
- grafx2 issue → godfile.zip