AC-PPM: Trivial package for writing PPM images.
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.
Downloads
- AC-PPM-1.1.1.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] | 1.1.1 |
---|---|
Dependencies | base (>=4 && <5), bytestring (>=0.9 && <1.0) [details] |
Tested with | ghc ==6.10.3 |
License | BSD-3-Clause |
Author | Andrew Coppin |
Maintainer | Andrew Coppin <MathematicalOrchid@hotmail.com> |
Category | Codec, Graphics |
Uploaded | by AndrewCoppin at 2010-01-18T22:26:54Z |
Distributions | NixOS:1.1.1 |
Reverse Dependencies | 1 direct, 0 indirect [details] |
Downloads | 2396 total (7 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |