From f4754c009d97b963b0c9dfcb55811af795bc0035 Mon Sep 17 00:00:00 2001 From: Feuerfuchs Date: Sat, 28 Sep 2019 18:08:18 +0200 Subject: new: hypercofe, generalized hyper script --- blobfoxhyperowo.sh | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100755 blobfoxhyperowo.sh (limited to 'blobfoxhyperowo.sh') diff --git a/blobfoxhyperowo.sh b/blobfoxhyperowo.sh deleted file mode 100755 index d53b829..0000000 --- a/blobfoxhyperowo.sh +++ /dev/null @@ -1,34 +0,0 @@ -#!/bin/sh - -source ./shakeoffsets.sh - -declare -a shakeOffsets -getShakeOffsets shakeOffsets - - -mkdir -p export_tmp -rm -f export_tmp/* - - -counter=1 -while [ $counter -le 75 ] -do - offset=${shakeOffsets[counter-1]} - file=`printf "export_tmp/%s.png" $counter` - inkscape -z -e $file -a $offset "blobfoxhyperowo.svg" - ((counter++)) -done - - -declare -a args - -counter=1 -while [ $counter -le 75 ] -do - file=`printf "export_tmp/%s.png" $counter` - args+=($file 1:50) - ((counter++)) -done - -apngasm -o export/ablobfoxhyperowo.png ${args[@]} -rm -f export_tmp/* -- cgit v1.2.3-54-g00ecf