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