Files
tools/ImageCompress/README.md
flt6 b4c04343e8 update README
1. update root README, pointer to all proj
2. create all README
Powered by claude code, maybe mistake, checked and commit manually.
2025-09-12 14:58:58 +08:00

32 lines
589 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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