diff options
| author | Feuerfuchs <git@feuerfuchs.dev> | 2020-08-24 19:37:16 +0200 |
|---|---|---|
| committer | Feuerfuchs <git@feuerfuchs.dev> | 2020-08-24 19:37:16 +0200 |
| commit | a2ed10c395e5366d14ce88d563727c1823a06a64 (patch) | |
| tree | 215c67b6e34925120cbffb44f5f619505df16fee /animate.sh | |
| parent | New: a-loading boopfloof boopmelt boopmelthappy boopmlem cursedowo disgust fa... (diff) | |
| download | blobfox-emojis-a2ed10c395e5366d14ce88d563727c1823a06a64.tar.gz blobfox-emojis-a2ed10c395e5366d14ce88d563727c1823a06a64.tar.bz2 blobfox-emojis-a2ed10c395e5366d14ce88d563727c1823a06a64.zip | |
Adjustments for Inkscape 1.0, lots of new and updated blobfoxes
Diffstat (limited to 'animate.sh')
| -rwxr-xr-x | animate.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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++)) |
| 23 | done | 23 | done |
