EZ-Art Professional
From Just Solve the File Format Problem
EZ-Art Professional is a graphics program for the Atari line of computers. It was published by Floppyshop in 1994.
EZ-Art Professional was derived from EZ-Art, by Richard Stockdale, who is presumably the "/RS" in the copyright message.
Contents |
Format details
The image width is always 320 pixels, and is not stored in the file. The height is variable, and is stored at offset 2. The height is probably always between 200 and 640, based on the behavior of the demo. Most common is 200.
Identification
EZA files begin with ASCII signature "EZ".
(Caution: This is not the only .EZA format that starts this way. There's also this one, which starts with "EZA_2.0".)
The byte at offset 2 (the high byte of the height) is 00, 01, or 02.
Specifications
- EZ-Art Professional file format (may be misleading)