master
Lukas Schulz 2020-12-20 00:21:27 +01:00
parent 14fce78a8f
commit 2fa15ade39
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ def get_track():
return image
def showImage(image, offset_x = 0, offset_y = 0):
image = image.convert('RGB')
#image = image.convert('RGB')
width, height = image.size
for x in range(width):
for y in range(height):