better EGA colors

This commit is contained in:
Tonton Th
2025-10-21 14:45:49 +02:00
parent 2b1ffaf4cb
commit b03e7f5571
4 changed files with 9 additions and 7 deletions

View File

@@ -24,10 +24,10 @@ do
# echo $source "==>" $destname
convert $source \
-normalize \
-resize '640x350!' \
-equalize \
-dither none \
-remap datas/ega-colors.png \
-resize '640x350!' \
-remap datas/ega-16colors.png \
$destname
done

View File

@@ -16,11 +16,11 @@ GIF="t-$SEQ.gif"
echo "seq $SEQ -> $GIF" | tee -a WS/log
convert \
-delay 8 \
-delay 6 \
-dither none \
-resize '320x200!' \
-normalize \
-remap datas/ega-colors.png \
-equalize \
-resize '320x240!' \
-remap datas/ega-16colors.png \
frames/$SEQ/?[012]*[369].png \
$GIF