Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

Releases: celetor/ImageConvert

3.1.4

12 Dec 13:17
Compare
Choose a tag to compare
  • 增加状态栏提示
  • 保留原图的icc_profile和exif
  • 在venv虚拟环境下使用nuitka打包成功(多一个依赖文件_virtualenv.py)
  • 在Anaconda和Minicanda虚拟环境下使用nuitka打包失败

3.1.2

11 Dec 15:35
Compare
Choose a tag to compare
  • 优化代码,支持更多格式
   ext = ['JPG', 'JPEG', 'PNG', 'BMP', 'HEIC', 'HEIF', 'HIF', 'AVIF', 'AV1', 'WEBP']

3.1.0

11 Dec 05:12
ae34d9f
Compare
Choose a tag to compare
3.1.0 Pre-release
Pre-release
  • 仅支持windows 64bit
  • 放弃pyinstaller,采用nuitka打包
  • 由于nuitka的onefile模式无法找到资源路径,因此单文件使用Enigma Virtual Box将多文件封装
  • 功能:将png、bmp、heic、webp格式图片转jpg格式,保留元数据
  • 放置了inno setup相关工具及例子 来源1 来源2