A rust GUI image compressing program.
- 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.
 
Compress original directory
Compress and archive original directory
Visit image crate page. This program use image crate for opening a image file.
It compresses images to jpg format only!
- 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.

