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

https://github.com/squidkid-deluxe/image_squasher

A Python 3.7 script that compresses *.JPG images.
https://github.com/squidkid-deluxe/image_squasher

image-compression jpeg python3

Last synced: 3 months ago
JSON representation

A Python 3.7 script that compresses *.JPG images.

Awesome Lists containing this project

README

          

# Image_squasher

A simple, yet effective script that compresses .JPG files.

To allow the script to compress images, you must put the script in a directory of files.

## Dependencies:

image_compresser.py:
- os
- time
- PIL

*NOTE: Only PIL should have to be installed, the others are standard python modules.*