diff --git a/war/images/makeFlash.sh b/war/images/makeFlash.sh index 643148d8915c55cc10729c55cf7fcdb389f8ee95..11092a6c8477741621aa9ff7303c42403c1f68d2 100755 --- a/war/images/makeFlash.sh +++ b/war/images/makeFlash.sh @@ -30,7 +30,7 @@ src=$1 dst=$2 for p in 20 40 60 80 100 do - convert $src -fill white -colorize ${p}% -transparent-color white $t.$p.gif + convert $src -alpha off -fill white -colorize ${p}% -transparent-color white -alpha on $t.$p.gif done convert -delay 10 $src $t.20.gif $t.40.gif $t.60.gif $t.80.gif $t.100.gif $t.80.gif $t.60.gif $t.40.gif $t.20.gif -loop 0 $dst