Skip to content

Script in Python to convert all the jpeg of a folder recursively with Guetzli

Notifications You must be signed in to change notification settings

shuffless/guetzli-recursively

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 

Repository files navigation

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.

UPDATE GUI for Mac OS

Install

Guetzli must be installed on your system. Follow the official instructions. Guetzli

and 2.7.10 or 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%

About

Script in Python to convert all the jpeg of a folder recursively with Guetzli

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%