5 个版本
新增 0.2.3 | 2024 年 8 月 18 日 |
---|---|
0.2.2 | 2024 年 8 月 17 日 |
0.2.1 | 2024 年 8 月 17 日 |
0.2.0 | 2024 年 8 月 15 日 |
0.1.0 | 2024 年 8 月 15 日 |
#158 在 图像
428 每月下载量
1.5MB
1.5K SLoC
用于创建字符串艺术的 CLI 工具。
📦 安装
cargo install strandify
📋 使用方法
安装完成后,您可以使用 strandify
二进制文件。
例如
strandify input_img.png output_img.png
如有疑问,请参阅帮助
$ strandify -h
CLI utility to generate string art
Usage: strandify [OPTIONS] <INPUT> [OUTPUT]
Arguments:
<INPUT> Input image or blueprint json file
[OUTPUT] Output file, either image format, svg or json
Options:
-i, --iterations <ITERATIONS>
Number of iterations [default: 4000]
-t
Transparent background
-c, --yarn-color <YARN_COLOR>
Yarn color [default: "0 0 0"]
--project-to-yarn-color
Project image to yarn color
-S, --peg-shape <SHAPE>
Peg distribution shape [default: circle] [possible values: circle, square, border]
-n, --peg-number <PEG_NUMBER>
Number of pegs. Depending on the shape, can be slightly off [default: 288]
-m, --peg-margin <PEG_MARGIN>
Margin between pegs and image edge [0, 1] [default: 0.05]
-j, --peg-jitter <PEG_JITTER>
Add jitter to the peg position
-s, --peg-skip-within <PEG_SKIP_WITHIN>
Don't connect pegs within pixel distance
-O, --yarn-opacity <YARN_OPACITY>
Yarn opacity to use to render the image [0, 1] [default: 0.2]
-W, --yarn-width <YARN_WIDTH>
Yarn width to use to render the image [default: 1]
-o, --line-opacity <LINE_OPACITY>
Line opacity to use when computing the path, controls how much to lighten the pixels at each line pass, low values encourage more line overlap [0, 1] [default: 0.1]
-w, --line-width <LINE_WIDTH>
Line width to use when computing the path [default: 2]
-b, --beam-width <BEAM_WIDTH>
Beam search width, a value of 1 results in a purely greedy algorithm [default: 1]
-e, --early-stop-threshold <EARLY_STOP_THRESHOLD>
If provided, early stop pathing when consecutive path losses are greater than threshold
-E, --early-stop-count <EARLY_STOP_COUNT>
Number of consecutive iterations with path losses above threshold to allow [default: 100]
--output-scale <OUTPUT_SCALE>
Output scale [default: 1]
--save-pegs <PEG_SAVE_FILE>
Write pegs to file
--load-pegs <PEG_LOAD_FILE>
Read pegs from file
-v, --verbose...
Increase logging verbosity
-q, --quiet...
Decrease logging verbosity
-h, --help
Print help
👓 示例
请参阅 示例文件夹。
依赖项
~10–19MB
~260K SLoC