Optimize svg file after creating it using stipple_gen. Todo: render generated png files into a preview video
This commit is contained in:
parent
7ef75b47ba
commit
711ad36b02
|
@ -36,4 +36,8 @@ for png in "${INPUT}/"*.png ; do
|
|||
--maxParticles $MAXPARTICLES
|
||||
rm "${tmp}"
|
||||
cd ~/src/animation/
|
||||
done
|
||||
opt=`mktemp`.svg
|
||||
svgsort "${OUTPUT}/${name}.svg" "${opt}"
|
||||
mv "${opt}" "${OUTPUT}/${name}.svg"
|
||||
done
|
||||
|
||||
|
|
Loading…
Reference in New Issue