EPOC AIF
From Just Solve the File Format Problem
(Difference between revisions)
(Software) |
Dexvertbot (Talk | contribs) m (Change telparia.com samples link to template) |
||
(3 intermediate revisions by 3 users not shown) | |||
Line 10: | Line 10: | ||
== Identification == | == Identification == | ||
− | Some AIF files begin with bytes | + | Some AIF files begin with bytes {{magic|37 00 00 10 6a 00 00 10}}. |
− | Others apparently begin with | + | Others apparently begin with {{magic|37 00 00 10 38 3a 00 10}}. |
== Software == | == Software == | ||
− | * | + | * {{Deark}} can extract the icon images |
+ | * [[Konvertor]] | ||
== Sample files == | == Sample files == | ||
Line 21: | Line 22: | ||
* Some AIF files can be found on [http://cd.textfiles.com/psion/disk1/ this Psion CD]. | * Some AIF files can be found on [http://cd.textfiles.com/psion/disk1/ this Psion CD]. | ||
* [http://theripper.uiwap.com/files/Icons-pack5.zip Icons-pack5.zip] | * [http://theripper.uiwap.com/files/Icons-pack5.zip Icons-pack5.zip] | ||
+ | * {{DexvertSamples|archive/epocAIF}} | ||
[[Category:Metadata]] | [[Category:Metadata]] | ||
[[Category:Personal Digital Assistant formats]] | [[Category:Personal Digital Assistant formats]] | ||
+ | [[Category:EPOC/Symbian]] |
Latest revision as of 02:55, 28 December 2023
EPOC Application Information File (AIF, or Symbian AIF) is a format used on EPOC/Symbian operating systems to store an application's icon and caption. Apparently, it is sometimes used as just an icon format, without an associated application.
Contents |
[edit] Format
The images use the same internal data structure (sometimes called "Paint Data Section") as EPOC MBM and EPOC Sketch, but other parts of the format are different. Each icon is composed of two images: a foreground image, and a transparency mask.
[edit] Identification
Some AIF files begin with bytes 37 00 00 10 6a 00 00 10
.
Others apparently begin with 37 00 00 10 38 3a 00 10
.
[edit] Software
[edit] Sample files
- http://www.pscience5.net/colouricons.htm → ColourIcons_*.zip
- Some AIF files can be found on this Psion CD.
- Icons-pack5.zip
- dexvert samples — archive/epocAIF