summaryrefslogtreecommitdiffstats
path: root/tools/fade.sh
blob: 3f1f580dbe3635f94fafeebec1269280896e07fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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