summaryrefslogtreecommitdiffstats
path: root/tools/fade.sh
diff options
context:
space:
mode:
authorOle Kristian Lien <ole.k.lien@gmail.com>2009-12-08 17:01:27 +0000
committerOle Kristian Lien <ole.k.lien@gmail.com>2009-12-08 17:01:27 +0000
commitad4080141ca1d8d1f0539398765c0db381a47f09 (patch)
treed9c7a0ece55b4d42163ee3bad7ef535ef8cdac9e /tools/fade.sh
parent5d3d3c9f2337fe18c64c2caea533c863aee93ae0 (diff)
split up intro outro and csv
Diffstat (limited to 'tools/fade.sh')
-rwxr-xr-xtools/fade.sh25
1 files changed, 25 insertions, 0 deletions
diff --git a/tools/fade.sh b/tools/fade.sh
new file mode 100755
index 0000000..3f1f580
--- /dev/null
+++ b/tools/fade.sh
@@ -0,0 +1,25 @@
+#!/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
+