IFF
From Just Solve the File Format Problem
(Difference between revisions)
Dan Tobias (Talk | contribs) m |
Dan Tobias (Talk | contribs) m |
||
Line 6: | Line 6: | ||
|[[Graphics]] | |[[Graphics]] | ||
| > | | > | ||
− | | | + | |[[IFF]] |
|} | |} | ||
==Overview== | ==Overview== | ||
− | IFF is a file format introduced by Electronic Arts on the Commodore Amiga computer. Its structure is similar to [[RIFF]] or [[PNG]], using various self-contained chunks to contain different data. | + | '''IFF''' (Interchange File Format) is a file format introduced by Electronic Arts on the Commodore Amiga computer. Its structure is similar to [[RIFF]] or [[PNG]], using various self-contained chunks to contain different data. |
Although ''IFF'' is most commonly used as an image format (using the file extension <code>.iff</code>), it can actually hold a lot of different data types. Some examples of IFF files are | Although ''IFF'' is most commonly used as an image format (using the file extension <code>.iff</code>), it can actually hold a lot of different data types. Some examples of IFF files are |
Revision as of 06:32, 7 November 2012
File Formats | > | Electronic File Formats | > | Graphics | > | IFF |
Overview
IFF (Interchange File Format) is a file format introduced by Electronic Arts on the Commodore Amiga computer. Its structure is similar to RIFF or PNG, using various self-contained chunks to contain different data.
Although IFF is most commonly used as an image format (using the file extension .iff
), it can actually hold a lot of different data types. Some examples of IFF files are
Resources
- The original EA spec
- IFF chunk registry, defining all known chunks
- ReWiki has a page on IFF, including some details on the rare PBM variant of LBM