v2.0.0 新增 MSI 安装方式,精简打包体积,并大幅优化界面与导入流程
Users may have a large number of burst photos during photography, and it can be difficult to filter them during post-processing. Therefore, I created this toolbox, which can directly read the photo folder from the camera's storage card, group them by HSV histogram similarity, and then sort them by IQA aesthetic score for easy deletion. After users finish managing the photos, they can export and copy them to a specified folder.
2025.11.19 发布 v2.0.0 版本:新增 MSI 安装方式,精简打包体积,并大幅优化界面与导入流程。
Released version v2.0.0: added MSI installer support, significantly reduced bundle size, and greatly improved the UI and import flow.
Highlights / 更新内容
-
✨ 全新界面与交互优化
- 重构导入、筛选与预览页面布局,信息层级更清晰
- 改进空状态 / 加载状态 / 错误提示,让筛选过程更直观
- 更清晰的导入提示与状态反馈,减少误操作
-
📦 支持 MSI 安装并精简体积
- 新增 Windows
.msi安装包,支持一键安装与卸载 - 移除冗余依赖,显著减小主程序安装包体积
- 新增 Windows
-
⚙️ 内部优化
- 调整部分组件结构,便于后续功能扩展
- 保持原有 HSV 分组 + IQA 美学评分逻辑不变,提升整体稳定性
How to run (Only for Windows x64)
-
Download
- 下载并安装最新的
.msi安装包(主程序,或.exe安装程序) - 同时下载
python.zip(后端推理环境)
- 下载并安装最新的
-
Install Main Program
- 双击
.msi,按照向导完成安装 - 程序将安装到类似:
C:\Program Files (x86)\Electron Media Toolbox目录
- 双击
-
Prepare Python Backend
- 将
python.zip解压到安装目录下,例如:└── 📁Electron Media Toolbox └── 📁python ├── 📁packages ├── 📁utils ├── requirements.txt ├── start-server.bat └── web_api.py └── Electron Media Toolbox.exe - 打开终端,进入
python目录,执行:pip install -r requirements.txt
- 将
-
Run
- 运行
start-server.bat或手动执行python web_api.py启动后端 - 启动 Electron Media Toolbox 主程序即可开始使用 🎉
- 运行
如果使用exe安装,建议在更新前删除旧版本配置目录(如
C:\Users\[USERNAME]\AppData\Local\electron_media_toolbox),以释放空间并避免历史配置干扰。
Please Enjoy! 🥳