AC-PPM: Trivial package for writing PPM images.

[ bsd3, codec, graphics, library ] [ Propose Tags ]

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

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 1.1.1
Dependencies base (>=4 && <5), bytestring (>=0.9 && <1.0) [details]
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 2337 total (10 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]