23 个版本
新 0.1.24 | 2024 年 8 月 11 日 |
---|---|
0.1.23 | 2023 年 11 月 13 日 |
0.1.20 | 2023 年 9 月 11 日 |
0.1.19 | 2022 年 11 月 2 日 |
0.1.3 | 2019 年 5 月 5 日 |
在 图像 中排名第 145
每月下载量 81 次
18KB
282 代码行
图像交错器
它可以帮助您将图像或多个图像交错以用于网页。
帮助
EXAMPLES:
image-interlacer /path/to/image # Check /path/to/image and make it interlaced
image-interlacer /path/to/folder # Check /path/to/folder and make images inside it interlaced
image-interlacer /path/to/image -o /path/to/image2 # Check /path/to/image and make it interlaced, and save it to /path/to/image2
image-interlacer /path/to/folder -o /path/to/folder2 # Check /path/to/folder and make images inside it interlaced, and save them to /path/to/folder2
image-interlacer /path/to/folder -o /path/to/folder2 -f # Check /path/to/folder and make images inside it interlaced, and save them to /path/to/folder2 without overwriting checks
image-interlacer /path/to/folder --allow-gif -r # Check /path/to/folder and make images inside it including GIF images interlaced and also remain their profiles
Usage: image-interlacer [OPTIONS] <INPUT_PATH>
Arguments:
<INPUT_PATH> Assign an image or a directory for image interlacing. It should be a path of a file or a directory
Options:
-o, --output-path <OUTPUT_PATH> Assign a destination of your generated files. It should be a path of a directory or a file depending on your input path [aliases: output]
-s, --single-thread Use only one thread
-f, --force Force to overwrite files
--allow-gif Allow to do GIF interlacing
-r, --remain-profile Remain the profiles of all images
-h, --help Print help
-V, --version Print version
许可证
依赖项
~7–19MB
~265K SLoC