Commit bb9e927
committed
Run pngquant + optipng
Optimize the size of PNG images by running the following two commands:
```
find . -name *.png -exec pngquant -f --skip-if-larger {} -o {} \;
find . -name *.png -exec optipng -o5 {} \;
```
These two commands save about 8.9M (64%). Evaluate the size with
```
find . -name *.png -print0 | xargs -0 du -csh
```
References:
* pngquant: https://pngquant.org
* optipng: http://optipng.sourceforge.net1 parent 8852b75 commit bb9e927
File tree
231 files changed
+0
-0
lines changed- book
- 01-introduction/images
- 02-git-basics/images
- 03-git-branching/images
- 04-git-server/images
- 05-distributed-git/images
- 06-github
- callouts
- images
- 07-git-tools
- callouts
- images
- 08-customizing-git/images
- 09-git-and-other-scms/images
- 10-git-internals/images
- A-git-in-other-environments/images
- B-embedding-git/callouts
- callouts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
231 files changed
+0
-0
lines changed
0 commit comments