Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 245 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 245 Bytes

Dockerize Google guetzli

Guetzli is a JPEG encoder, more infomation at https://github.com/google/guetzli .

How to use

docker pull shawnoy/guetzli
docker run --rm -v $(pwd):/home/guetzli shawnoy/guetzli origin.jpg output.jpg