1 stable release
1.2.1 | Dec 24, 2024 |
---|
#525 in Compression
34KB
387 lines
Image Compressor 2
A rust GUI image compressing program.
Features
- Compress images in a specific directory to jpg format.
- Compress images using multiple threads.
- Archive the resulting image in various formats(for 7z format, see requirements described below).
- Delete original images if user wish.
- Save path history for next run.
Demo
Compress original directory
Compress and archive original directory
Supported Image Formats
Visit image crate page. This program use image crate for opening a image file.
It compresses images to jpg format only!
Supported Operating System
- Windows 10/11
- macOS 12 Monterey or later
It's technically possible to run other OS's as well(such as Linux), but that hasn't been tested.
Dependencies
~21–58MB
~1M SLoC