more experiment...

This commit is contained in:
2020-12-08 15:51:07 +01:00
parent ae7fdd49bc
commit b03e674056
8 changed files with 32 additions and 19 deletions

View File

@@ -1,6 +1,6 @@
#!/bin/bash
FILTRES="5:6:13 2:2 5:9:8 4:25 8:13:13:7 10:1 25:25:25:25 13:14:13"
FILTRES="5:6:13 15 2:2 5:9:8 4:25 8:13:13:7 10:1 25:25:25:25 13:14:13"
rm /tmp/fstack*.png
@@ -8,7 +8,7 @@ for F in $FILTRES
do
I="/tmp/fstack-"$F".png"
echo ; echo $I
echo ; echo ==== $I
./t -F $F
txt=$(printf "[%-10s]" $F)
convert foo.png -pointsize 24 -kerning 0 \
@@ -19,4 +19,6 @@ do
done
exit
convert -delay 100 /tmp/fstack*.png foo.gif