static: optimized png images

for file in *.png ; do pngcrush -reduce -brute "$file" "${file%.png}-crushed.png" && mv -f "${file%.png}-crushed.png" "$file" ; done
This commit is contained in:
Jimmy Zelinskie 2015-08-14 14:45:01 -04:00
parent f17294a989
commit 27078b1e16
45 changed files with 0 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 66 KiB

After

Width:  |  Height:  |  Size: 44 KiB

Before After
Before After