@hackage netpbm1.0.4
Loading PBM, PGM, PPM image files
Installation
Tested Compilers
Dependencies (8)
- 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 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.