Converts a picture into colored ASCII art and saves it as an image with the same width and height as the source.
python ascii_art.py photo.jpg
Creates photo_ascii.png next to the input.
python ascii_art.py photo.jpg custom.png
Saves to custom.png (use .jpg/.jpeg for JPEG output).
pip install -r requirements.txt