From ef48084c1fa0c7066482c2cef5ca9459177e0baf Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 19 Aug 2023 12:59:01 -0700 Subject: [PATCH] whee --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 9ed6b53..59a5515 100644 --- a/index.html +++ b/index.html @@ -24,8 +24,8 @@

Currently converts to grayscale and reuses existing similar blocks as it goes, increasing a similarity threshold (from 0) until the set fits in 128 chars. - Next step: correctly handle inverse video similarities - Further step: don't end up stuck between 64 and 128 blocks :D + 'Inverse video' characters should be correctly taken into account. + Further step: don't end up stuck between 64 and 128 blocks :D Try to weight decimation by use or something.