AAI
From Just Solve the File Format Problem
(Difference between revisions)
(Created page with "{{FormatInfo |formattype=electronic |subcat=Graphics |extensions={{ext|aai}} }} == Overview == '''AAI''' is a raster image file format associated with Dune HD media players. I...") |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(6 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
|extensions={{ext|aai}} | |extensions={{ext|aai}} | ||
}} | }} | ||
− | |||
'''AAI''' is a raster image file format associated with Dune HD media players. It is a simple uncompressed truecolor format, with support for alpha transparency. | '''AAI''' is a raster image file format associated with Dune HD media players. It is a simple uncompressed truecolor format, with support for alpha transparency. | ||
Line 12: | Line 11: | ||
== Specifications == | == Specifications == | ||
* [http://dune-hd.com/firmware/misc/AAImageGen-README.txt AAImageGen-README.txt] | * [http://dune-hd.com/firmware/misc/AAImageGen-README.txt AAImageGen-README.txt] | ||
+ | |||
+ | == Sample files == | ||
+ | * [[Tom's Viewer]] can create .AAI | ||
+ | * {{DexvertSamples|image/aai}} | ||
== Software == | == Software == | ||
− | * [ | + | * [[ImageMagick]] |
+ | * [[Konvertor]] | ||
+ | * [[Tom's Viewer]] | ||
* [http://dune-hd.com/firmware/misc/ Dune Firmware Zone] → AAImageGen.exe | * [http://dune-hd.com/firmware/misc/ Dune Firmware Zone] → AAImageGen.exe | ||
+ | * [http://snisurset.net/code/abydos/ abydos] | ||
== Links == | == Links == | ||
* [http://dune-hd.com/ Dune HD website] | * [http://dune-hd.com/ Dune HD website] |
Latest revision as of 04:00, 28 December 2023
AAI is a raster image file format associated with Dune HD media players. It is a simple uncompressed truecolor format, with support for alpha transparency.
Contents |
[edit] Format
Files have an 8-byte header containing the width and height, followed by the image data.
[edit] Specifications
[edit] Sample files
- Tom's Viewer can create .AAI
- dexvert samples — image/aai
[edit] Software
- ImageMagick
- Konvertor
- Tom's Viewer
- Dune Firmware Zone → AAImageGen.exe
- abydos