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
- Host: GitHub
- URL: https://github.com/yanashineru/image-compressor
- Owner: YanaShineRu
- Created: 2023-07-14T08:44:34.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-15T10:32:09.000Z (almost 3 years ago)
- Last Synced: 2025-01-13T13:50:25.677Z (over 1 year ago)
- Topics: batch-processing, bmp, compressor, image, image-compress, image-compression, image-compressor, jpeg, jpg, png, python
- Language: Python
- Homepage:
- Size: 49.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
# 
# 