summaryrefslogtreecommitdiffstats
path: root/animate.sh
diff options
context:
space:
mode:
Diffstat (limited to 'animate.sh')
-rwxr-xr-xanimate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/animate.sh b/animate.sh
index 2bc4538..2a8a534 100755
--- a/animate.sh
+++ b/animate.sh
@@ -17,7 +17,7 @@ do
17 source=`printf "%s%s.svg" $SOURCEBASE $counter` 17 source=`printf "%s%s.svg" $SOURCEBASE $counter`
18 file=`printf "export_tmp/%s_raw.png" $counter` 18 file=`printf "export_tmp/%s_raw.png" $counter`
19 filecomp=`printf "export_tmp/%s.png" $counter` 19 filecomp=`printf "export_tmp/%s.png" $counter`
20 inkscape -z -e $file $source 20 inkscape -o $file $source
21 pngquant -o $filecomp $file 21 pngquant -o $filecomp $file
22 ((counter++)) 22 ((counter++))
23done 23done