This commit is contained in:
Tonton Th 2025-04-06 13:17:03 +02:00
parent ff733efaa7
commit 5361536d30
2 changed files with 3 additions and 2 deletions

View File

@ -3,7 +3,7 @@
Img_Width=1024 Img_Width=1024
Img_Height=720 Img_Height=720
TEXTCOL="OliveDrab2" TEXTCOL="LawnGreen"
STROKOL="Gray20" STROKOL="VioletRed"
NBFRAMES=360 NBFRAMES=360

View File

@ -51,6 +51,7 @@ convert "WS/negatif.png" \
for foo in $(seq 0 $NBRE) for foo in $(seq 0 $NBRE)
do do
copy_a_file $INTER copy_a_file $INTER
# :
done done
for foo in $(seq 0 $NBRE) for foo in $(seq 0 $NBRE)