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
- Host: GitHub
- URL: https://github.com/mahdianimator/image_compressor
- Owner: mahdianimator
- Created: 2024-06-26T06:12:27.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-26T06:39:10.000Z (almost 2 years ago)
- Last Synced: 2025-07-31T15:37:04.734Z (10 months ago)
- Topics: image-compression, imagecompression, pillow, python, python-3, python3
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```