An open API service indexing awesome lists of open source software.

https://github.com/yanashineru/image-compressor

Image Compressor
https://github.com/yanashineru/image-compressor

batch-processing bmp compressor image image-compress image-compression image-compressor jpeg jpg png python

Last synced: 26 days ago
JSON representation

Image Compressor

Awesome Lists containing this project

README

          

# Image-Compressor

Another program Image Compressor for batch processing of compressed pictures (*.jpg, *.jpeg, *.png, *.bmp). I was faced with the task of processing more than 5,600 photos that were downloaded from the site they need to be optimized for fast loading, so I had to throw a program that will do it faster than each time open a separate image in the editor, change the bitrate value and save it. Need to save your time and money 🤟

Currently implemented:

- Directory selection (subdirectories are also processed)
- Image compression level
- Work progress bar
- Counter of processed files
- Counter of processing errors and Error.log file with indication of files that are not processed

# Support format
> *.jpg, *.jpeg, *.png, *.gif, *.bmp, *.tiff

# ![](https://github.com/YanaShineRu/Image-Compressor/blob/main/ImageCompressor.png)
# ![](https://github.com/YanaShineRu/Image-Compressor/blob/main/ImageCompressor_.png)