From 9a00f7317fe775a55215ab01bf277159e82c3c2a Mon Sep 17 00:00:00 2001 From: Tonton Th Date: Sun, 19 Oct 2025 06:31:44 +0200 Subject: [PATCH] adjust colorimetry --- 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 486af93..c9604fd 100755 --- a/tools/build-gif89a.sh +++ b/tools/build-gif89a.sh @@ -18,8 +18,8 @@ echo "seq $SEQ -> $GIF" | tee -a WS/log convert \ -delay 10 -dither none \ -resize 40% \ - -colorspace gray -equalize \ - -colors 15 \ + -colorspace gray -normalize \ + -colors 14 \ frames/$SEQ/?[012]*[369].png \ $GIF