enhance your tools

This commit is contained in:
Tonton Th 2025-09-12 03:52:23 +02:00
parent 32606a5a18
commit cf0bcb9cab
4 changed files with 8 additions and 6 deletions

View File

@ -3,7 +3,7 @@
Img_Width=1024
Img_Height=720
TEXTCOL="Green"
TEXTCOL="White"
STROKOL="OliveDrab"
NBFRAMES=360
NBFRAMES=400

View File

@ -74,8 +74,8 @@ faire_le_titre ()
{
echo "faire le titre"
local NBRE=320
local SRC="frames/passage/00099.png"
local NBRE=300
local SRC="frames/hexawood/00199.png"
local GRAY="/dev/shm/tmp-titre.png"
convert -colorspace gray -colors 27 $SRC $GRAY

View File

@ -16,7 +16,9 @@ fi
echo "$0 $SEQNAME from $START" >> WS/log
DIMS="-W$Img_Width -H$Img_Height"
POVOPT="+q9 +A0.02 -d ${DIMS} -WT7"
NBFR=" Declare=NbFrames=$NBFRAMES "
echo $NBFR
POVOPT="+q9 +A0.02 -d ${DIMS} ${NBFR} -WT7"
echo $POVOPT ; echo ; sleep 2
TMPIMG=/dev/shm/${SEQNAME}-tmp.png

View File

@ -56,7 +56,7 @@ gnuplot << __EOC__
set term png size $Img_Width,$Img_Height
set output "timing.png"
set grid
set xrange [:360]
set xrange [:400]
set yrange [0:]
set title "Séquence '${sequence}'"
set xlabel "numéro de la trame"