diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2020-01-28 18:19:26 +0100 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2020-01-28 18:19:26 +0100 |
| commit | 788d3147d9f4ee8b334bf603c10c81acdf61ae49 (patch) | |
| tree | fb0680db0349c3bcb8f3308ddf3334069c7741aa /animate.sh | |
| parent | Small fix for signbigfan (diff) | |
| download | blobfox-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-x | animate.sh | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -15,8 +15,10 @@ counter=1 | |||
| 15 | while [ $counter -le $MAX ] | 15 | while [ $counter -le $MAX ] |
| 16 | do | 16 | do |
| 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++)) |
| 21 | done | 23 | done |
| 22 | 24 | ||
| @@ -32,4 +34,4 @@ do | |||
| 32 | done | 34 | done |
| 33 | 35 | ||
| 34 | apngasm -o $TARGETSVG ${args[@]} | 36 | apngasm -o $TARGETSVG ${args[@]} |
| 35 | rm -f export_tmp/* | 37 | #rm -f export_tmp/* |
