zzzz.....

This commit is contained in:
tonton Th
2019-11-12 19:31:00 +01:00
parent 24a8ff2dd7
commit e81055756e
3 changed files with 33 additions and 7 deletions

19
lib/runme.sh Executable file
View File

@@ -0,0 +1,19 @@
#!/bin/bash
make t && ./t
for picz in src power2 squareroot
do
../tools/fimgstats -v ${picz}.fimg
../tools/fimg2pnm -v ${picz}.fimg ${picz}.pnm
convert -pointsize 36 \
-fill white -annotate +10+28 "${picz}" \
-fill black -annotate +12+30 "${picz}" \
${picz}.pnm ${picz}.png
done
convert -delay 50 *.png foo.gif