Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/o-laurent/camascii
picture to ASCII converter
https://github.com/o-laurent/camascii
Last synced: 6 days ago
JSON representation
picture to ASCII converter
- Host: GitHub
- URL: https://github.com/o-laurent/camascii
- Owner: o-laurent
- Created: 2020-10-12T10:16:22.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-05-22T16:09:52.000Z (8 months ago)
- Last Synced: 2024-11-08T19:49:01.246Z (2 months ago)
- Language: C++
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# camAscii
picture to ASCII converter## Dependencies
Install cmake and opencv with vtk.
## Usage
```bash
cmake .
``````bash
make all
```