/JPGCompression

Super easy jpg compression | used for some website projects

Primary LanguagePythonMIT LicenseMIT

Simple image compressor

A simple tool to compress Images and make them smaller for webdev.

Installation

Use the package manager pip to install PIL.

pip install pillow

Usage

python main.py

Settings

quality = 0-100
output_extension = "jpg" or "jpeg" or "png"

Thanks to

https://python-pillow.org/