https://github.com/pablopoder/imagecompressor
Just a image compressor to save disk space
https://github.com/pablopoder/imagecompressor
automatization compression images python
Last synced: 10 months ago
JSON representation
Just a image compressor to save disk space
- Host: GitHub
- URL: https://github.com/pablopoder/imagecompressor
- Owner: PabloPoder
- Created: 2022-11-21T06:05:12.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T17:34:13.000Z (over 3 years ago)
- Last Synced: 2025-02-23T09:17:08.582Z (about 1 year ago)
- Topics: automatization, compression, images, python
- Language: Python
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ImageCompressor




Just an image compressor to save disk space.
# Important:
All images will be saved in the same directory!
- You can modify the directory in imagesFolder:
imagesFolder = 'C:/Images/'
- Rename the attached name:
ATTACHED_NAME = "compressed_"
# Functions:
- convert_to_jpeg()
- compress_overwrite_file()
- compress_renaming_file()