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

Commit

Permalink
Edit readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
Shawn OY committed May 15, 2017
1 parent d46533a commit ecb7b92
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# docker-guetzli
# Dockerize Google guetzli

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

## How to use

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

## Docker Hub

https://hub.docker.com/r/shawnoy/guetzli/

0 comments on commit ecb7b92

Please sign in to comment.