GrafAnim: made the testbed
This commit is contained in:
@@ -4,3 +4,14 @@ set -e
|
||||
|
||||
make essai
|
||||
|
||||
for foo in $(seq 0 89)
|
||||
do
|
||||
./essai $foo > a.scratch
|
||||
fname=$(printf "F/%04d.tga" $foo)
|
||||
echo $fname
|
||||
genplot2 a.scratch $fname
|
||||
|
||||
done
|
||||
|
||||
convert -delay 10 F/????.tga foo.gif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user