summaryrefslogtreecommitdiffstats
path: root/tools/fade.sh
diff options
context:
space:
mode:
authorOle Kristian Lien <ole.k.lien@gmail.com>2009-12-10 04:36:13 +0000
committerOle Kristian Lien <ole.k.lien@gmail.com>2009-12-10 04:36:13 +0000
commitf109c2fc7c7ed195003d9deb20710b49d86f12c8 (patch)
treee41cc182f640c1e0a597f7f1e6444bf4729279c4 /tools/fade.sh
parent2c2ff1462d288567db0cf90faa5591f0823042ff (diff)
Fungerende intro-outro. :) Litt lese stoff og små fikser.
Diffstat (limited to 'tools/fade.sh')
-rwxr-xr-xtools/fade.sh25
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
-