This commit is contained in:
Roman Hergenreder
2018-12-09 10:36:48 +01:00
parent 5a963c7654
commit 89d6321015
7 changed files with 40 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ if snail.count("0") != bits.count("0") or snail.count("1") != bits.count("1"):
print("Bits do not match")
exit()
im = Image.new('RGB', im.size)
im = Image.new('RGB', im.black)
pix = im.load()
for tileY in range(0, numTiles):