- 版本 1.0
- 下载 216
- 文件大小 29.70 MB
- 文件计数 1
- 创建日期 2025年1月9日
- 最后更新 2025年1月9日
image_scale_gui for windows 图片压缩
This script demonstrates how to resize images to a specified file size limit in Python using the Pillow library.
The script provides a simple GUI for selecting a file or directory containing images, specifying a size limit in MB,
and starting the resizing process. The resized images are saved with a "resized_" prefix in the same directory as the original images.
The resizing process is done by iteratively scaling the image down until the file size is within the specified limit.
Author: alun
该脚本提供了一个简单的 GUI,用于选择包含图像的文件或目录,指定大小限制(以 MB 为单位)
