goasciiart - 图片转 ASCII ART 工具


LGPL
跨平台
Google Go

软件简介

一个使用golang开发的转换图片为ASCII ART 工具

安装

go get github.com/stdupp/goasciiart

使用

cd $GOPATH/bin
goarciiart -p abc.jpg(png) -w 80

参数说明:
-p path of your picture
-w the width of output

示例