EZ-Art Professional
From Just Solve the File Format Problem
(Difference between revisions)
(Added info on EZ-Art Professional) |
|||
| (2 intermediate revisions by 2 users not shown) | |||
| Line 7: | Line 7: | ||
}} | }} | ||
'''EZ-Art Professional''' is a graphics program for the Atari line of computers. It was published by Floppyshop in 1994. | '''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. | ||
| + | |||
| + | == 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 == | == Identification == | ||
| − | + | EZA files begin with ASCII signature "{{magic|EZ}}". | |
| + | |||
| + | (Caution: This is not the only .EZA format that starts this way. There's also {{DiscMasterLink|browse/36337/Game.EXE_12_2005_DVD.iso/Demos/Action/Nevsky%20Titbit/nt_demo.exe/%7Bapp%7D/pers/monsters/10_Robot/Anima|this one}}, which starts with "{{magic|EZA_2.0}}".) | ||
| + | |||
| + | The byte at offset 2 (the high byte of the height) is <code>00</code>, <code>01</code>, or <code>02</code>. | ||
| + | |||
| + | == Specifications == | ||
| + | * {{AtariForumWiki|EZ-Art_Professional_file_format|EZ-Art Professional file format}} (may be misleading) | ||
== Software == | == Software == | ||
| + | * EZ-Art Professional demo: [{{DiscMasterURL|browse/21225/Floppyshop%20-%20DTP/Floppyshop%20-%20DTP.iso/_floppys.hop/_ezapro_.d}}] | ||
| + | * {{Deark}} | ||
* [[RECOIL]] | * [[RECOIL]] | ||
== Sample files == | == Sample files == | ||
| − | * | + | * {{DexvertSamples|image/eza}} |
| + | * [{{DiscMasterURL|browse/21225/Floppyshop%20-%20DTP/Floppyshop%20-%20DTP.iso/pictures/eza}}] | ||
== Links == | == Links == | ||
* [https://www.picclickimg.com/d/l400/pict/153105020028_/Atari-Software-EZ-Art-Professional-from-Floppyshop-complete-with.jpg Picture of Commercial Release] | * [https://www.picclickimg.com/d/l400/pict/153105020028_/Atari-Software-EZ-Art-Professional-from-Floppyshop-complete-with.jpg Picture of Commercial Release] | ||
| + | |||
| + | [[Category:Atari graphics formats]] | ||
Latest revision as of 14:53, 15 August 2026
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 |
[edit] 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.
[edit] 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.
[edit] Specifications
- EZ-Art Professional file format (may be misleading)