Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/fabiang/docker-guetzli
- Owner: fabiang
- Created: 2017-03-17T10:32:45.000Z (almost 8 years ago)
- Default Branch: main
- Last Pushed: 2024-01-29T10:10:58.000Z (about 1 year ago)
- Last Synced: 2024-01-29T12:23:56.406Z (about 1 year ago)
- Topics: docker-image, guetzli, jpeg-encoder
- Language: Dockerfile
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```