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