AAI
From Just Solve the File Format Problem
(Difference between revisions)
(→Software) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(4 intermediate revisions by 3 users not shown) | |||
Line 11: | 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]] | * [[ImageMagick]] | ||
* [[Konvertor]] | * [[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