This commit is contained in:
Andrew Murray 2021-12-30 14:47:59 +11:00
parent a139b97845
commit 8e9da1559b

View File

@ -370,7 +370,6 @@ class BLP1Decoder(_BLPBaseDecoder):
a = ImageOps.invert(a)
image = Image.merge("RGBA", (r, g, b, a))
self.set_as_raw(image.tobytes())