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.
- Host: GitHub
- URL: https://github.com/squidkid-deluxe/image_squasher
- Owner: squidKid-deluxe
- Created: 2020-05-31T14:44:12.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-31T14:50:04.000Z (over 5 years ago)
- Last Synced: 2025-03-04T06:42:55.003Z (8 months ago)
- Topics: image-compression, jpeg, python3
- Language: Python
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.*