/image-batch-compressor

A image compressor.Supports PNG, JPEG and TGA.

Primary LanguagePythonMIT LicenseMIT

image-batch-compressor

A image compressor.Supports PNG, JPEG and TGA.

Installation from source

Install dependencies using:

pip install -r requirements.txt

Build

Install pyinstaller using:

pip install pyinstaller

Then, run:

pyinstaller -F -w --icon favicon.ico main.py

License

This repository uses the MIT License.