ASCIIFYER Telegram Bot
Aug 2019 »About ASCIIFYER
A bot implementation of the ASCII-ART python script I wrote. The bot serve a simple purpose that is to convert a given image to a ASCII image.
The underlying algorithm is pretty straightforward.
- Resize the image to a standard size.
- Convert to image to grayscale.
- Map each of the grayscale pixel to an ASCII character.
- Process the ASCII text into an image file.
Programming Languages
- Python
Example
Future Development Plan
No future plans as of now.