diff --git a/ASCII/plugin.py b/ASCII/plugin.py index efaaaf3..faa6364 100644 --- a/ASCII/plugin.py +++ b/ASCII/plugin.py @@ -887,7 +887,7 @@ class ASCII(callbacks.Plugin): image = Image.open(filename) if image.mode == 'RGBA': if bg == 99: - newbg = 0 + newbg = 1 else: newbg = bg image = Image.alpha_composite(Image.new("RGBA", image.size, self.rgbColors[newbg] + (255,)), image)