Google Guetzli JPEG encoder as a Docker image!
 
Go to file
Icedream 2e79bd000c
Fix missing functions from zlib that the linker needs.
2017-04-13 16:27:58 +02:00
.dockerignore Initial commit. 2017-03-20 10:04:15 +01:00
Dockerfile Fix missing functions from zlib that the linker needs. 2017-04-13 16:27:58 +02:00
README.md Initial commit. 2017-03-20 10:04:15 +01:00

README.md

Guetzli Docker image

This image includes a static build of Guetzli, the perceptual JPEG encoder made by Google. The entrypoint is configured to point directly at the binary so it is possible to use docker run on this image just as if you would use guetzli directly on your system.

Available tags

All available tags are always listed in Docker Hub, the list below explains the maintained tags:

  • latest, 1, 1.0: Latest stable version.

Examples

Running the encoder on an image on the host system:

docker run --rm -it -v "$(pwd):/work" -w /work icedream/guetzli \
    example.jpg example_compressed.jpg