https://github.com/howz1t/clip
https://github.com/howz1t/clip
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/howz1t/clip
- Owner: HOWZ1T
- License: lgpl-3.0
- Created: 2019-04-17T18:48:56.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-29T15:39:16.000Z (about 7 years ago)
- Last Synced: 2025-01-01T18:36:43.035Z (over 1 year ago)
- Language: Common Lisp
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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)