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.6.1.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
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.11), bytestring (>=0.9 && <0.13) [details] |
Tested with | ghc ==7.4.2, ghc ==7.6.3 |
License | GPL-3.0-only |
Author | Henning Thielemann, Michael Tolly |
Maintainer | Henning Thielemann <haskell@henning-thielemann.de> |
Revised | Revision 1 made by HenningThielemann at 2023-07-17T10:59:02Z |
Category | Codec |
Home page | http://code.haskell.org/~thielema/iff/ |
Source repo | this: darcs get http://code.henning-thielemann.de/iff/ --tag 0.0.6.1 head: darcs get http://code.henning-thielemann.de/iff/ |
Uploaded | by HenningThielemann at 2023-02-15T10:59:34Z |
Distributions | LTSHaskell:0.0.6.1, NixOS:0.0.6.1, Stackage:0.0.6.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 5269 total (33 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-02-15 [all 1 reports] |