mirror of
https://github.com/tanrax/guetzli-recursively.git
synced 2024-11-14 23:35:40 +01:00
Script in Python to convert all the jpeg of a folder recursively with Guetzli
guetzli-recursively.py | ||
README.md |
Guetzli is a Google program to optimize JPEG images. Unfortunately, it only works one file at a time. With this script in Python you can do it recursively a whole folder.
Install
Guetzli must be installed on your system. Follow the official instructions. Guetzli
and Python 3.
Use
python3 guetzli-recursively.py [folder]
Example
python3 guetzli-recursively.py img
out
img/tasks.jpg
Save 6%
img/portfolio/idecrea/space.jpg
It is not necessary to optimize
img/portfolio/home.jpg
Save 3%