Skip to content

Commit 827abdf

Browse files
Demos: Optimize PNG files
Optimization done by calling: for i in `find -name '*.png'`; do optipng -o7 -zm9 $i; done Closes gh-2132
1 parent 4558844 commit 827abdf

2 files changed

File tree

-18 Bytes
Loading
-30 Bytes
Loading

0 commit comments

Comments
 (0)