summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/adaptagrams/libcola/tests/makemovie.sh
blob: cd571f969a6391012cc49dd1b4d5c076b882610b (plain)
1
2
3
4
5
6
7
8
9
10
pattern=containment
width=200
height=260
rm ${pattern}*.pdf
for file in ${pattern}*.svg
do
	echo adding $file...
	inkscape -w$width -h$height -A ${file%.svg}.pdf $file 2> /dev/null
done
convert -page ${width}x${height} -delay 15 ${pattern}*.pdf $pattern.gif