https://github.com/v2e4lisp/img2ascii
Convert an image to an ascii art
https://github.com/v2e4lisp/img2ascii
Last synced: about 2 months ago
JSON representation
Convert an image to an ascii art
- Host: GitHub
- URL: https://github.com/v2e4lisp/img2ascii
- Owner: v2e4lisp
- Created: 2013-04-07T14:50:38.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-08T14:30:49.000Z (about 13 years ago)
- Last Synced: 2025-01-16T03:51:37.249Z (over 1 year ago)
- Language: Python
- Size: 418 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
Awesome Lists containing this project
README
* img2ascii
Simple script to convert image to an ascii art. Take a look at the examples.
** exmaple (Curry)
| [[examples/curry.jpg]] | [[examples/curry.png]] |
** usage
- ./img2ascii.py image x-ratio y-ratio
- x-ratio and y-ratio is optional default is 1 (the orginal size)
** require
- python2.7
- [[http://www.pythonware.com/products/pil/][PIL]]