Skip to content

Commit 51d9537

Browse files
committed
add sample processed images
1 parent 47a499f commit 51d9537

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ Visit https://github.com/google/guetzli for Guetzli's full documentation
99
# Run Examples
1010
- `docker run --rm -v $(PWD):/tmp jveldboom/google-guetzli --quality 85 ./samples/bees.png ./samples/bees-out.png`
1111

12+
Original | Processed with 85%
13+
:------------: | :-------------:
14+
![Original](./samples/bees.png)<br>177 KB | ![Original](./samples/bees-out.png)<br> 22 KB
15+
![Original](./samples/rose.jpg)<br>219 KB | ![Original](./samples/rose-out.png)<br> 103 KB
16+
1217
# TODO
1318
- Reduce container image size. Likely do not need full Ubuntu image
1419
- <strike>Add to Docker Hub for easier installation</strike>

0 commit comments

Comments
 (0)