From 5aa179c8e8e981c4ac47f3aa1aca4b82aab131a6 Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Mon, 27 Oct 2025 18:34:15 +0100 Subject: [PATCH] fine tuning --- tools/build-gif89a.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/build-gif89a.sh b/tools/build-gif89a.sh index 82f67b9..1b5ef89 100755 --- a/tools/build-gif89a.sh +++ b/tools/build-gif89a.sh @@ -16,12 +16,12 @@ GIF="t-$SEQ.gif" echo "seq $SEQ -> $GIF" | tee -a WS/log convert \ - -delay 6 \ + -delay 7 \ -dither none \ -equalize \ -resize '320x240!' \ -remap datas/ega-16colors.png \ - frames/$SEQ/?[012]*[369].png \ + frames/$SEQ/00??[369].png \ $GIF