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

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

Awesome Lists containing this project

README

          

# ImageCompressor

![GitHub last commit](https://img.shields.io/github/last-commit/PabloPoder/ImageCompressor?logo=github)
![GitHub repo size](https://img.shields.io/github/repo-size/PabloPoder/ImageCompressor?logo=github)
![PyPI](https://img.shields.io/pypi/v/pillow)
![PyPI](https://img.shields.io/pypi/v/tqdm?color=purple)

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()