Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fabiang/docker-guetzli

Docker container for Googles Perceptual JPEG encoder Guetzli.
https://github.com/fabiang/docker-guetzli

docker-image guetzli jpeg-encoder

Last synced: 3 months ago
JSON representation

Docker container for Googles Perceptual JPEG encoder Guetzli.

Awesome Lists containing this project

README

        

# fabiang/guetzli

Docker container for Googles [Perceptual JPEG encoder Guetzli](https://github.com/google/guetzli).

Run the container with:

```
docker run -it -v $PWD:/guetzli fabiang/guetzli:1-alpine original.jpg output.jpg
```