We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47a499f commit 51d9537Copy full SHA for 51d9537
1 file changed
README.md
@@ -9,6 +9,11 @@ Visit https://github.com/google/guetzli for Guetzli's full documentation
9
# Run Examples
10
- `docker run --rm -v $(PWD):/tmp jveldboom/google-guetzli --quality 85 ./samples/bees.png ./samples/bees-out.png`
11
12
+Original | Processed with 85%
13
+:------------: | :-------------:
14
+<br>177 KB | <br> 22 KB
15
+<br>219 KB | <br> 103 KB
16
+
17
# TODO
18
- Reduce container image size. Likely do not need full Ubuntu image
19
- <strike>Add to Docker Hub for easier installation</strike>
0 commit comments