The latest version of netpbm is 1.0.4-0.
netpbm
Version 1.0.0 revision 1 uploaded by HerbertValerioRiedel.
Package meta
- Synopsis
- Loading PBM, PGM, PPM image files
- Description
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.0
Use storable instead of unboxed vectors to allow easier integration with Ptr based APIs.
- Author
- Niklas Hambüchen <mail@nh2.me>
- Bug reports
- https://github.com/nh2/haskell-netpbm/issues
- Category
- Codec, Graphics
- Copyright
- 2013 Niklas Hambüchen <mail@nh2.me>
- Homepage
- https://github.com/nh2/haskell-netpbm
- Maintainer
- Niklas Hambüchen <mail@nh2.me>
- Package URL
- n/a
- Stability
- experimental