Simple Python project to convert basic picutes into ASCII art.
- ASCII Gradient Scale
- Image to ASCII rendered to the terminal
- Compressed output, allowing for consisted images
- Load your own images
- Turn into simple commandline tool
At the moment the gradient recognition works pretty well, and character placement should be alright.
Note:
- Currently written functionally, rather than using objects. Code needs a revamp to allow for image importation.