summaryrefslogtreecommitdiffstats
path: root/animate.sh
diff options
context:
space:
mode:
authorFeuerfuchs <git@feuerfuchs.dev>2020-01-28 18:19:26 +0100
committerFeuerfuchs <git@feuerfuchs.dev>2020-01-28 18:19:26 +0100
commit788d3147d9f4ee8b334bf603c10c81acdf61ae49 (patch)
treefb0680db0349c3bcb8f3308ddf3334069c7741aa /animate.sh
parentSmall fix for signbigfan (diff)
downloadblobfox-emojis-788d3147d9f4ee8b334bf603c10c81acdf61ae49.tar.gz
blobfox-emojis-788d3147d9f4ee8b334bf603c10c81acdf61ae49.tar.bz2
blobfox-emojis-788d3147d9f4ee8b334bf603c10c81acdf61ae49.zip
New: a-loading boopfloof boopmelt boopmelthappy boopmlem cursedowo disgust fake googlycry googlymlem googlytrash nomcorndog reinderp signnou sweating trash whoaa yeet
Diffstat (limited to 'animate.sh')
-rwxr-xr-xanimate.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/animate.sh b/animate.sh
index 8d8afda..2bc4538 100755
--- a/animate.sh
+++ b/animate.sh
@@ -15,8 +15,10 @@ counter=1
15while [ $counter -le $MAX ] 15while [ $counter -le $MAX ]
16do 16do
17 source=`printf "%s%s.svg" $SOURCEBASE $counter` 17 source=`printf "%s%s.svg" $SOURCEBASE $counter`
18 file=`printf "export_tmp/%s.png" $counter` 18 file=`printf "export_tmp/%s_raw.png" $counter`
19 filecomp=`printf "export_tmp/%s.png" $counter`
19 inkscape -z -e $file $source 20 inkscape -z -e $file $source
21 pngquant -o $filecomp $file
20 ((counter++)) 22 ((counter++))
21done 23done
22 24
@@ -32,4 +34,4 @@ do
32done 34done
33 35
34apngasm -o $TARGETSVG ${args[@]} 36apngasm -o $TARGETSVG ${args[@]}
35rm -f export_tmp/* 37#rm -f export_tmp/*