Commit 827abdf
authored
Demos: Optimize PNG files
Optimization done by calling:
for i in `find -name '*.png'`; do optipng -o7 -zm9 $i; done
Closes jquerygh-21321 parent 4558844 commit 827abdf
2 files changed
File tree
Loading
Loading
1 parent 4558844 commit 827abdf
2 files changed
0 commit comments