update README
1. update root README, pointer to all proj 2. create all README Powered by claude code, maybe mistake, checked and commit manually.
This commit is contained in:
32
ImageCompress/README.md
Normal file
32
ImageCompress/README.md
Normal file
@ -0,0 +1,32 @@
|
||||
# ImageCompress
|
||||
|
||||
批量图片压缩工具。
|
||||
|
||||
## 功能
|
||||
|
||||
使用FFmpeg对图片进行批量压缩,支持精确控制目标文件大小,通过迭代优化实现精准的大小控制。
|
||||
|
||||
## 使用方法
|
||||
|
||||
1. 运行 `python b.py [目录/文件路径]`
|
||||
2. 根据提示输入目标文件大小(KB)
|
||||
3. 程序将自动压缩图片至指定大小
|
||||
|
||||
## 支持格式
|
||||
|
||||
- JPG
|
||||
- PNG
|
||||
- WebP
|
||||
- GIF
|
||||
|
||||
## 特性
|
||||
|
||||
- 精确大小控制
|
||||
- 迭代优化算法
|
||||
- 批量处理支持
|
||||
- 多进程并行处理
|
||||
- 质量自动调整
|
||||
|
||||
## 依赖要求
|
||||
|
||||
需要安装FFmpeg.exe并确保在系统路径中可访问。
|
Reference in New Issue
Block a user