source:
josm/trunk/scripts/optimize-images@
15939
Last change on this file since 15939 was 15916, checked in by , 5 years ago | |
---|---|
|
|
File size: 109 bytes |
Line | |
---|---|
1 | #!/bin/sh |
2 | |
3 | find images/ -name "*.png" \ |
4 | -exec echo "Processing {}" \; \ |
5 | -exec optipng -o7 -quiet "{}" \; |
Note:
See TracBrowser
for help on using the repository browser.