Render pixel graphics as text, using character shapes to represent the original pixel grid as closely as possible.
python demo-pygame-bounce.py
To render marie.png
as text:
python texelate.py -W $COLUMNS -H 20 marie.png
or
bash texelate.sh marie.png