trying a new picture noiser
This commit is contained in:
@@ -2,16 +2,14 @@
|
||||
|
||||
set -e
|
||||
|
||||
make essai
|
||||
make noisepic
|
||||
|
||||
for foo in $(seq 0 89)
|
||||
do
|
||||
./essai $foo > a.scratch
|
||||
fname=$(printf "F/%04d.tga" $foo)
|
||||
echo $fname
|
||||
genplot2 -s 640x480 a.scratch $fname
|
||||
|
||||
./noisepic $foo
|
||||
|
||||
done
|
||||
|
||||
convert -delay 10 F/????.tga foo.gif
|
||||
convert -delay 10 F/np/*.pnm foo.gif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user