Skip to content

Commit 296b25f

Browse files
committed
提交说明
1 parent b3e8283 commit 296b25f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,27 @@
11
# ImageBridge
22
Universal Image Format Converter
33

4+
## 使用说明
5+
```
6+
全能图像转换工具 v1.0
7+
8+
positional arguments:
9+
{to_webp,from_webp} 转换方向:
10+
to_webp - 将普通图片转为 WebP
11+
from_webp - 将 WebP 转为其他格式
12+
13+
options:
14+
-h, --help show this help message and exit
15+
-i INPUT, --input INPUT
16+
输入文件夹路径 (默认: ./input)
17+
-o OUTPUT, --output OUTPUT
18+
输出文件夹路径 (默认: ./output)
19+
-f {jpg,jpeg,png}, --format {jpg,jpeg,png}
20+
当使用 from_webp 操作时的输出格式 (默认: png)
21+
-q 1-100, --quality 1-100
22+
输出图像质量 (默认: 85)
23+
-v, --version show program's version number and exit
24+
```
425

526
## License
627

0 commit comments

Comments
 (0)