Skip to content

sjl/cl-netpbm

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

cl-netpbm is a pure Common Lisp library for reading and writing the netpbm image formats (PPM, PGM, and PBM).

These image formats are very simple, but not efficient. If you need extreme performance you should not use these formats (or this library).

cl-netpbm can be installed with Quicklisp: (ql:quickload :cl-netpbm).

The cl-netpbm system provides all the functionality of the library. It has no dependencies.

The cl-netpbm/test system provides the unit tests. It depends on 1am and external-program, and also requires ImageMagick for its fuzz testing.

About

Common Lisp support for reading/writing PPM, PGM, and PBM files.

Resources

License

Stars

Watchers

Forks

Packages

No packages published