2 个稳定版本
1.2.0 | 2019年11月2日 |
---|---|
1.1.1 | 2019年10月31日 |
#4 在 #flux
7KB
131 代码行
Fluxer
生成类似于 http://koaning.io/fluctuating-repetition.html 的图像
安装
通过 cargo install fluxer
或下载并运行 cargo build
安装。
用法
Usage: fluxer OUTPUT [options]
Options:
--height HEIGHT height of the output image in pixels. Defaults to 1080
--width WIDTH width of the output image in pixels. Defaults to 1920
--density DENSITY
density of points in final image. Defaults to 0.1
-i, --invert inverts colors of the final image. Defaults to false
-s, --smooth smooth final image by super-sampling. Defaults to
false
-h, --help print this help menu
依赖项
~14MB
~92K SLoC