7 个稳定版本

使用旧的 Rust 2015

1.2.4 2017年4月6日
1.2.3 2017年4月5日
1.2.2 2017年4月3日
1.0.1 2017年4月2日

#927 in 图像

MIT 许可证

285KB
287 代码行

txtpic

从图像生成 Unicode 艺术作品

安装

您需要 Cargo 来安装 txtpic.

$ cargo install txtpic

用法

txtpic 1.2.4
Jeremy Dormitzer <jeremy.dormitzer@gmail.com>
Generates text representations of images

USAGE:
txtpic [FLAGS] [OPTIONS] <IMAGE>

FLAGS:
-h, --help       Prints help information
-i, --invert     Invert the result to make it suitable for black text on a white background
-V, --version    Prints version information

OPTIONS:
-c, --character-set <CHARACTERS>    An alternate character set to use
-p, --preset <PRESET NAME>          A preset character set to use [default: small]  [values: small, medium, large, emoji]
-w, --width <WIDTH>                 An approximate width value for the result [default: 80]

ARGS:
<IMAGE>    The input image

Note: the --width option attempts find a width close to the target width that preserves 
the aspect ratio of the original image. For certain images, there may be only one or two 
valid widths within a reasonable range, so the --width option may not appear to have an effect.
In this case, try extremely high or extremely low width values to affect the output.

示例

这是一只可爱的小猫。

Adorable cat

使用以下命令进行转换

$ txtpic --width 100 cat.jpg

给出了 输出

Text cat

依赖项

~11MB
~41K SLoC