From 788d3147d9f4ee8b334bf603c10c81acdf61ae49 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Tue, 28 Jan 2020 18:19:26 +0100 Subject: New: a-loading boopfloof boopmelt boopmelthappy boopmlem cursedowo disgust fake googlycry googlymlem googlytrash nomcorndog reinderp signnou sweating trash whoaa yeet --- animate.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'animate.sh') diff --git a/animate.sh b/animate.sh index 8d8afda..2bc4538 100755 --- a/animate.sh +++ b/animate.sh @@ -15,8 +15,10 @@ counter=1 while [ $counter -le $MAX ] do source=`printf "%s%s.svg" $SOURCEBASE $counter` - file=`printf "export_tmp/%s.png" $counter` + file=`printf "export_tmp/%s_raw.png" $counter` + filecomp=`printf "export_tmp/%s.png" $counter` inkscape -z -e $file $source + pngquant -o $filecomp $file ((counter++)) done @@ -32,4 +34,4 @@ do done apngasm -o $TARGETSVG ${args[@]} -rm -f export_tmp/* +#rm -f export_tmp/* -- cgit v1.3.1