diff --git a/README.md b/README.md index b94d396..b709ef1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,12 @@ 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. +## Image optimized with **guetzli-recursively** + +![after and before](demo.jpg) + +unsplash-logoSenjuti Kundu + **UPDATE** [GUI for Mac OS](https://github.com/tanrax/guetzli-recursively-gui) # Install diff --git a/demo.jpg b/demo.jpg new file mode 100644 index 0000000..4ca36ed Binary files /dev/null and b/demo.jpg differ