Files
tools/ImageCompress
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
..
2025-06-25 23:48:35 +08:00
2025-06-25 23:48:35 +08:00
2024-09-10 08:57:27 +08:00
2024-09-10 08:57:27 +08:00
2025-06-25 23:48:35 +08:00
2025-09-12 14:58:58 +08:00
2025-06-25 23:48:35 +08:00
2025-05-06 22:36:09 +08:00
2025-05-06 22:36:09 +08:00

ImageCompress

批量图片压缩工具。

功能

使用FFmpeg对图片进行批量压缩支持精确控制目标文件大小通过迭代优化实现精准的大小控制。

使用方法

  1. 运行 python b.py [目录/文件路径]
  2. 根据提示输入目标文件大小KB
  3. 程序将自动压缩图片至指定大小

支持格式

  • JPG
  • PNG
  • WebP
  • GIF

特性

  • 精确大小控制
  • 迭代优化算法
  • 批量处理支持
  • 多进程并行处理
  • 质量自动调整

依赖要求

需要安装FFmpeg.exe并确保在系统路径中可访问。