Add actual documentation
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 23 Feb 2019 14:23:28 -0500 |
parents |
1e155f658715 |
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/>