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.3
Package maintenance improvements only (base-4.5 excluded). See #3
Version 1.0.2
Package maintenance improvements only.
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.3.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] | 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> |
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 2019-03-22T14:57:28Z |
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 2019-03-22 [all 1 reports] |