--- trunk/data/icons/mk_semi.sh 2009/11/03 08:38:23 155 +++ trunk/data/icons/mk_semi.sh 2009/11/03 13:15:35 156 @@ -1,2 +1,2 @@ #!/bin/bash -for i in cache_type_*.gif ; do convert $i -channel Alpha -evaluate Divide 3 `echo $i | cut -d. -f1 -`_semi.png ; done +for i in cache_type_*.gif ; do convert $i -channel Alpha -evaluate Divide 2 `echo $i | cut -d. -f1 -`_semi.png ; done