little tweaks

This commit is contained in:
Tonton Th 2024-12-17 16:47:24 +01:00
parent 2c87793fb1
commit 7665329c25

View File

@ -11,7 +11,7 @@ case $TYPE in
"gif89a") DIMS="-W640 -H480" ;;
"mp4") DIMS="-W1280 -H1024" ;;
esac
POVOPT="+q9 +a -d ${DIMS} -WT6"
POVOPT="+q9 +a0.02 -d ${DIMS} -WT6"
echo $POVOPT ; echo ; sleep 2
TMPIMG=/dev/shm/tmpimg.png
@ -26,8 +26,8 @@ do
txt=$(printf "#%03d" $frame)
echo $frame $img $txt
convert ${TMPIMG} \
-pointsize 14 \
-fill green \
-pointsize 16 \
-fill orange \
-gravity south \
-annotate +0+0 "$txt" \
${img}
@ -41,7 +41,7 @@ echo
case $TYPE in
"gif89a") convert -delay 8 -dither none \
-colors 102 frames/* foo.gif ;;
-colors 109 frames/* foo.gif ;;
esac
ls -lh foo.gif