#ascii-art #convert-images #art #ascii #image

app aart

将图像转换为ASCII艺术

2个版本

0.1.1 2019年9月19日
0.1.0 2019年7月14日

#57 in #ascii-art

MIT 许可证

1.5MB
127

AArt

将图像转换为Ascii Art。

how it works

安装

$cargo install aart

用法

$aart image.jpg

完整用法

USAGE:
    aart [OPTIONS] <image>

FLAGS:
    -h, --help       Prints help information
    -V, --version    Prints version information

OPTIONS:
    -s, --size <FONT SIZE>    Sets the font size(default: 18).
    -l, --letters <STRING>    Sets the letters used on output file.
    -o, --out <FILE>          Sets the output file(default: out.png)

ARGS:
    <image>    Sets the image file to convert

使用自定义字母的示例

$aart image.jpg -l "&#*;. "

demo2

许可证

MIT (Chuang Yu [email protected])

依赖项

~6MB
~92K SLoC