From 51bc2d4e0e2cc1a5fa0c31c2220c8302b3f4e406 Mon Sep 17 00:00:00 2001 From: Gordon Shumway <39967334+oddluck@users.noreply.github.com> Date: Tue, 21 May 2019 04:54:17 -0400 Subject: [PATCH] img: don't process color for space character --- ASCII/plugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ASCII/plugin.py b/ASCII/plugin.py index 0846f8f..d6d1a28 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -617,7 +617,7 @@ class ASCII(callbacks.Plugin): # get color value if 'nocolor' not in optlist: color = self.getAverageC(colormap[j][i].tolist(),speed) - if color != old_color: + if color != old_color and gsval != ' ': old_color = color # append ascii char to string if 'bg' not in optlist: