iff: Constructing and dissecting IFF files
The Interchange File Format of Electronic Arts is a container format used for many kinds of data.
Common file formats are
e.g. IFF-8SVX for 8-bit sampled sounds and
IFF-ILBM for images in an interleaved way that is close to image representation in Amiga computers.
Cf. http://netghost.narod.ru/gff/vendspec/iff/index.htm
This library does only handle the IFF container format
and does not handle any specific IFF data type.
The intention is the same as of Amiga's iffparse.library
.
See http://wiki.amigaos.net/index.php/IFFParse_Library.
Downloads
- iff-0.0.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.0.1, 0.0.2, 0.0.3, 0.0.4, 0.0.5, 0.0.6, 0.0.6.1 |
---|---|
Dependencies | base (>=3 && <5), binary (>=0.6.4 && <0.8), bytestring (>=0.9 && <0.11) [details] |
License | LicenseRef-GPL |
Author | Henning Thielemann, Michael Tolly |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Category | Codec |
Home page | http://code.haskell.org/~thielema/iff/ |
Uploaded | by HenningThielemann at 2013-11-03T19:40:06Z |
Distributions | LTSHaskell:0.0.6.1, NixOS:0.0.6.1, Stackage:0.0.6.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5213 total (16 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Successful builds reported [all 1 reports] |