An open API service indexing awesome lists of open source software.

https://github.com/howz1t/clip


https://github.com/howz1t/clip

Last synced: 4 months ago
JSON representation

Awesome Lists containing this project

README

          

# Clip
Common Lisp Image Package

# Notice this is in a very early stage of development!
Work In Progress

# GOALS
- Efficient
- Effective
- Well Documented
- Easy to use

The goals of this project is to provide a high level image manipulation abstraction to make working with images efficient and effective for Common Lisp.

This project is inspired by:
- PIL - [Python Imaging Library](https://pillow.readthedocs.io/en/stable/)

# Notes
## CLISP Environment
- SBCL
## OS INTEROPERABILITY
- TBD (TO BE DETERMINED)

# LOAD PROJECT CMDS
## (pushnew (truename #P"") ql:*LOCAL-PROJECT-DIRECTORIES*)
## (ql:quickload :clip)