libansilove

Converts ANSI, ASCII, and other text formats to PNG images

brewmacoslinux
Try with needOr install directly
Source

About

Library for converting ANSI, ASCII, and other formats to PNG

Commands

ansilove

Examples

Convert an ANSI art file to PNG with default settings$ ansilove input.ans output.png
Convert ASCII art file specifying output format and columns$ ansilove -f ascii -c 80 input.txt output.png
Convert ANSI file with custom font selection$ ansilove -f ansi -F cp437 input.ans output.png