Skip to content

Commit bb9e927

Browse files
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.net
1 parent 8852b75 commit bb9e927

File tree

231 files changed

+0
-0
lines changed

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

book/01-introduction/images/areas.png

-36.5 KB
-42.1 KB
-32.4 KB
-49.2 KB

book/01-introduction/images/local.png

-35.2 KB
-44.6 KB
-28.1 KB
-19.9 KB
-13.7 KB

0 commit comments

Comments
 (0)