diff options
author | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-10 04:36:13 +0000 |
---|---|---|
committer | Ole Kristian Lien <ole.k.lien@gmail.com> | 2009-12-10 04:36:13 +0000 |
commit | f109c2fc7c7ed195003d9deb20710b49d86f12c8 (patch) | |
tree | e41cc182f640c1e0a597f7f1e6444bf4729279c4 /tools/fade.sh | |
parent | 2c2ff1462d288567db0cf90faa5591f0823042ff (diff) |
Fungerende intro-outro. :) Litt lese stoff og små fikser.
Diffstat (limited to 'tools/fade.sh')
-rwxr-xr-x | tools/fade.sh | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/fade.sh b/tools/fade.sh deleted file mode 100755 index 3f1f580..0000000 --- a/tools/fade.sh +++ /dev/null @@ -1,25 +0,0 @@ -#!/bin/bash -count=0 -file="NUUG-logo-2-150-2.png" - -echo "Generating intro frame images" - -# Generate 50 fade-in frames -for i in {1..50}; do - count=`expr $count + 1` - echo "Generating intro frame image $file ($count)" -# convert -fill black -colorize $i% NUUG-logo-2-150-2.png test-$i.png -done - -for i in {1..50}; do - count=`expr $count + 1` - echo "Generating intro frame image $file ($count)" - #cp 51 $count -done - -for i in {1..50}; do -count=`expr $count + 1` -echo "Generating intro frame image $file ($count)" -#cp 51 $count -done - |