trying a new picture noiser

This commit is contained in:
tTh
2023-06-02 19:29:36 +02:00
parent c2d6abdedb
commit 86b1e9e011
2 changed files with 60 additions and 9 deletions

View File

@@ -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