Contents of /trunk/data/icons/mk_semi.sh

Parent Directory Parent Directory | Revision Log Revision Log


Revision 178 - (hide annotations)
Thu Nov 12 19:58:26 2009 UTC (14 years, 6 months ago) by harbaum
File MIME type: application/x-sh
File size: 226 byte(s)
More icon work
1 harbaum 151 #!/bin/bash
2 harbaum 178 TYPES="cito letterbox mystery webcam earthcache megaevent traditional wherigo event multi virtual"
3     for i in $TYPES ; do convert cache_type_${i}.png -channel Alpha -evaluate Divide 2 cache_type_${i}_semi.png ; done

Properties

Name Value
svn:executable *