netpbm: Loading PBM, PGM, PPM image files
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.
Downloads
- netpbm-1.0.2.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.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 (<4.5 || >=4.6 && <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] |
Tested with | ghc ==7.4.2 |
License | MIT |
Copyright | 2013 Niklas Hambüchen <mail@nh2.me> |
Author | Niklas Hambüchen <mail@nh2.me> |
Maintainer | Niklas Hambüchen <mail@nh2.me> |
Revised | Revision 1 made by HerbertValerioRiedel at 2016-11-28T10:47:03Z |
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 2016-09-01T19:36:36Z |
Distributions | LTSHaskell:1.0.4, NixOS:1.0.4, Stackage:1.0.4 |
Reverse Dependencies | 3 direct, 4 indirect [details] |
Downloads | 9452 total (4 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2016-11-20 [all 1 reports] |