From e5c49b3518c825c5fff3824117b3c0f6c2d52541 Mon Sep 17 00:00:00 2001 From: kris Date: Mon, 19 Jul 2021 18:39:38 +0100 Subject: [PATCH] Floyd-Steinberg is working well now, and gives better detail --- dither_pattern.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dither_pattern.py b/dither_pattern.py index 5cf34ff..d69095b 100644 --- a/dither_pattern.py +++ b/dither_pattern.py @@ -87,4 +87,4 @@ PATTERNS = { 'none': NoDither } -DEFAULT_PATTERN = 'jarvis-mod' +DEFAULT_PATTERN = 'floyd'