https://github.com/midzer/guetzlify
Recompress (progressive) .jpg and .png images in a folder with guetzli
https://github.com/midzer/guetzlify
guetzli
Last synced: about 1 year ago
JSON representation
Recompress (progressive) .jpg and .png images in a folder with guetzli
- Host: GitHub
- URL: https://github.com/midzer/guetzlify
- Owner: midzer
- License: mit
- Created: 2017-05-10T09:30:44.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-12T05:59:11.000Z (about 9 years ago)
- Last Synced: 2025-02-13T01:30:44.228Z (about 1 year ago)
- Topics: guetzli
- Language: Shell
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# guetzlify
Recompress (progressive) .jpg and .png images in a folder with guetzli.
## Configuration
In `guetzlify.sh` specify path to `guetzli` and `convert` program and set your desired `quality`.
## Notes
Before using this script backup your images. guetzlify overwrites them without asking. Maybe you're unsatisfied with compression results and want to play around with `quality` setting, you need your original files again.
## Usage
For images in a directory, edit `dir` in `guetzlify_rec.sh` and run it.
For single files try `guetzlify.sh $FILENAME`.