netpbm: Loading PBM, PGM, PPM image files

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

This package contains pure Haskell parsers for the netpbm image formats: PBM, PGM and PPM, for both ASCII and binary encodings.

All netpbm image formats are implemented (P1 - P6).

The current implementation parses PPM images at around 10 MB/s on a Core i5-2520M.

CHANGELOG

Version 1.0.1

  • Added required Vector imports necessary for deriving Unbox instances.

Version 1.0.0

  • Use storable instead of unboxed vectors to allow easier integration with Ptr based APIs.

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0, 0.2.0, 0.2.1, 0.3.0, 1.0.0, 1.0.1, 1.0.2, 1.0.3, 1.0.4
Dependencies attoparsec (>=0.10), attoparsec-binary (>=0.2), base (<5), bytestring (>=0.9), storable-record (>=0.0.2.5), unordered-containers (>=0.1.3.0), vector (>=0.7), vector-th-unbox (>=0.2.0.1) [details]
License MIT
Copyright 2013 Niklas Hambüchen <mail@nh2.me>
Author Niklas Hambüchen <mail@nh2.me>
Maintainer Niklas Hambüchen <mail@nh2.me>
Category Codec, Graphics
Home page https://github.com/nh2/haskell-netpbm
Bug tracker https://github.com/nh2/haskell-netpbm/issues
Source repo head: git clone git://github.com/nh2/haskell-netpbm.git
Uploaded by NiklasHambuechen at 2014-03-03T18:43:31Z
Distributions LTSHaskell:1.0.4, NixOS:1.0.4, Stackage:1.0.4
Reverse Dependencies 3 direct, 4 indirect [details]
Downloads 8829 total (53 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]