@hackage netpbm1.0.2
Loading PBM, PGM, PPM image files
Installation
Dependencies (8)
- attoparsec >=0.10
- attoparsec-binary >=0.2
- base <5
- bytestring >=0.9
- storable-record >=0.0.2.5
- unordered-containers >=0.1.3.0 Show all…
Dependents (3)
@hackage/hip, @hackage/acme-everything, @hackage/massiv-io
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.