Skip to content

altair823/ImageCompressor2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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_demo

Compress and archive original directory

compress_and_archive_demo

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.

About

GUI program using Image compressor library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages