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

https://github.com/mahdianimator/image_compressor

The Python Image Comperessor
https://github.com/mahdianimator/image_compressor

image-compression imagecompression pillow python python-3 python3

Last synced: 7 months ago
JSON representation

The Python Image Comperessor

Awesome Lists containing this project

README

          

# Prerequisite for implementation
The prerequisite to fix the error is my suggestion, pillow :

Windows:
```bash
pip install pillow
```
MacOS And Linux:
```bash
pip3 install pillow
```
# How To Clone
You can clone using the following method :
```bash
git clone https://github.com/mahdianimator/image_compressor
```
```bash
cd image_compressor
```
# How To Run
You can run the software from the following command :
```bash
python img_compressor.py
```