Bump version to 1.0.0
author |
Steve Losh <steve@stevelosh.com> |
date |
Sat, 23 Feb 2019 14:24:43 -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/>