Simple command-line-tool to convert an png or jpeg image to ascii-art
./img2ascii --help // for help
./img2ascii picture.png // converts and prints picture.png to stdout
- -o - Output file (default stdout)
- -scale - Scales the input images
..
.-*-. ...
,*+++-. .-****,
,*+##+-. .,*++++#+.
,*+###+-. .,**+++++##-
-*++###+*,...... .,**++++++++#+.
.*+++**+++++*****--*----,-*++++++++++++#.
,*********++++++++++++++++++++++#####+++#.
..,-*********++++++++++++++++++#++++#####++#+
.,--***********+++++++++++++++++++++++#####+++#-
.-********++***++++++*****+++++++++++++###+++++#-
.-*--***++#++**++++++*******++++++++++++++++++++++,
.--,,,,*+####++++++++*******++++++++++++++++++++++++-
,-,..,-+*#@#+*+++***++**+++###++++++++++++++++++++++*.
.,....-**+++****----*++##+-+#@@@#++************+++++++-
......-------*-----*+*+##+-#@@##++*,..,..,,,,,,-*+++++*.
.,.....,-***--------**-*+++++++++*,.............,*+++++*.
.,,,,,,*######++--------********,,................-++++++,
.,,,,.,#@@@@@@@@+,.,,----,........................-++++++*.
.,,,,,.,#@@@@@@@#*,..,,---,........................-*++++++-
.,,,,,,*##@@@@#++-....,---,,,,............,,,,,,,,,,*+*++*+*.
,,,,,,*++####+++-...--*--,,,,,,.....,,,,---------***++**++*,
,,,,,,,+######++*----*------,,,,,,,,-------------*++++*+++*-.
.,,,,,,*+###@####++*++++++----------------------**++++++++**-.
.,,,,,--**++***+++*****------------------------*++++++++++*-,
,,,,----------------------------------------**+++++++++++**-
.------------------------------------------***++++++++****--.
.-***--------------------------------------**++++++++*+**---,
,--****------------------------------------**+++++++****----.
.---****+***-----------------****------------*++++++**-----**.
.----*****+++++****+***++++++***-------------*+++***------**+,
,------******++++++++++++++****-------------****----------*++-
,--------*****+++++++++*****------------------------------*++-
.-----------******+++++***---------------------------------*+**.
,-------------*****++****--------------------------------***++*.
.---------------*********-------------------------------***++***.
.,--------------*******-------------------------------**++++*-.
.,------------*****-------------------------------***++**-.
..,--------------------------------------------**+**-,.
..,--------------------------------------------,.
.,,----------------------------------,,..
...,,,,,,,,-------------,,,,,,,..
.................
go get
go build
go test ./...