Compress every PNG image with zopflipng, an open source program for losslessly compressing PNGs using DEFLATE better.
This commit can be reproduced with the following command:
for i in `find -type f -name '*.png'`; do zopflipng -m -y "$i" "$i" & done;
and the latest version of zopflipng.