README.markdown @ db7fd8486570 v1.0.0
Fix the tests in ABCL
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Sat, 23 Feb 2019 14:34:17 -0500 |
| parents | 70f64dff49b5 |
| children | 9ddd1cab15a0 |
cl-netpbm is a pure Common Lisp library for reading and writing the [netpbm image formats (PPM, PGM, and PBM)](https://en.wikipedia.org/wiki/Netpbm_format). These image formats are very simple, but not efficient. If you need extreme performance you should not use these formats (or this library). * **License:** MIT/X11 * **Documentation:** <https://sjl.bitbucket.io/cl-netpbm/> * **Mercurial:** <http://bitbucket.org/sjl/cl-netpbm/> * **Git:** <http://github.com/sjl/cl-netpbm/>