is filterstack really ok ?

This commit is contained in:
2020-12-07 04:45:51 +01:00
parent b1e613276d
commit 62aa91e434
5 changed files with 185 additions and 109 deletions

View File

@@ -1,26 +1,22 @@
#!/bin/bash
FILTRES="5:6:13 2 5:6:8 4:25 8:13:13:7 10:1 25:25:25"
FILTRES="5:6:13 2:2 5:9:8 4:25 8:13:13:7 10:1 25:25:25:25"
rm /tmp/fstack*.png
for F in $FILTRES
do
I="/tmp/fstack"$F".png"
I="/tmp/fstack-"$F".png"
echo ; echo $I
./t -F $F
txt=$(printf "[%-10s]" $F)
convert foo.png -pointsize 32 -kerning 0 \
-fill Orange -undercolor Gray20 \
convert foo.png -pointsize 28 -kerning 0 \
-fill Gray80 -undercolor Gray20 \
-font Courier-Bold \
-annotate +20+40 "$txt" \
-annotate +0+25 "$txt" \
$I
done
convert -delay 100 /tmp/fstack*.png foo.gif
convert -delay 150 /tmp/fstack*.png foo.gif