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:
2025-09-12 14:58:58 +08:00
parent f539792fd1
commit b4c04343e8
27 changed files with 964 additions and 74 deletions

32
ImageCompress/README.md Normal file
View File

@ -0,0 +1,32 @@
# ImageCompress
批量图片压缩工具。
## 功能
使用FFmpeg对图片进行批量压缩支持精确控制目标文件大小通过迭代优化实现精准的大小控制。
## 使用方法
1. 运行 `python b.py [目录/文件路径]`
2. 根据提示输入目标文件大小KB
3. 程序将自动压缩图片至指定大小
## 支持格式
- JPG
- PNG
- WebP
- GIF
## 特性
- 精确大小控制
- 迭代优化算法
- 批量处理支持
- 多进程并行处理
- 质量自动调整
## 依赖要求
需要安装FFmpeg.exe并确保在系统路径中可访问。