mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-05-03 23:43:40 +03:00
Removed debugging
This commit is contained in:
parent
8e9da1559b
commit
1be53c8bb3
|
@ -361,7 +361,6 @@ class BLP1Decoder(_BLPBaseDecoder):
|
||||||
image.tile = [("jpeg", (0, 0) + self.size, 0, ("RGBA", ""))]
|
image.tile = [("jpeg", (0, 0) + self.size, 0, ("RGBA", ""))]
|
||||||
|
|
||||||
b, g, r, a = image.split()
|
b, g, r, a = image.split()
|
||||||
print(b, g, r, a)
|
|
||||||
if not any(
|
if not any(
|
||||||
[a.getpixel((x, y)) for x in range(a.width) for y in range(a.height)]
|
[a.getpixel((x, y)) for x in range(a.width) for y in range(a.height)]
|
||||||
):
|
):
|
||||||
|
|
Loading…
Reference in New Issue
Block a user