source:
josm/trunk/optimize-images@
12904
Last change on this file since 12904 was 10855, checked in by , 8 years ago | |
---|---|
|
|
File size: 116 bytes |
Rev | Line | |
---|---|---|
[4939] | 1 | #!/bin/sh |
2 | ||
3 | for x in $(find images/ -name "*.png"); do | |
[10855] | 4 | echo "Processing ${x}" |
5 | optipng -o7 -quiet "${x}" | |
[4939] | 6 | done |
Note:
See TracBrowser
for help on using the repository browser.