desaturate added to crapulator

This commit is contained in:
phyto
2020-12-07 12:52:17 +01:00
parent 16c7d1ec4a
commit 8668e15d3e
2 changed files with 30 additions and 7 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"
FILTRES="5:6:13 2:2 5:9:8 4:25 8:13:13:7 10:1 25:25:25:25 13:14:13"
rm /tmp/fstack*.png
@@ -11,12 +11,12 @@ do
echo ; echo $I
./t -F $F
txt=$(printf "[%-10s]" $F)
convert foo.png -pointsize 28 -kerning 0 \
convert foo.png -pointsize 24 -kerning 0 \
-fill Gray80 -undercolor Gray20 \
-font Courier-Bold \
-annotate +0+25 "$txt" \
-annotate +0+23 "$txt" \
$I
done
convert -delay 150 /tmp/fstack*.png foo.gif
convert -delay 100 /tmp/fstack*.png foo.gif