The AC-PPM package
This package is written in 100% Haskell and enables you to write PPM ("Portable Pixel Map") images in human-readable text format as well as the more efficient binary format. It uses the ByteString library for maximum efficiency. For those that don't know, PPM is an image file format which is trivially simple, but therefore horribly inefficient. None the less, many programs can read PPM files, so this package represents an easy way to write Haskell code that generates images, without having to depend on any external C code.
Properties
| Version | 1.1.1 |
|---|---|
| Dependencies | base (4.*), bytestring (≥0.9 & <1.0) |
| License | BSD3 |
| Author | Andrew Coppin |
| Maintainer | Andrew Coppin <MathematicalOrchid@hotmail.com> |
| Stability | Experimental |
| Category | Codec, Graphics |
| Upload date | Mon Jan 18 22:26:54 UTC 2010 |
| Uploaded by | AndrewCoppin |
| Built on | ghc-6.12, ghc-7.0 |
Modules
Downloads
- AC-PPM-1.1.1.tar.gz (Cabal source package)
- package description (included in the package)