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

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

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]]