yes.
This commit is contained in:
parent
14fce78a8f
commit
2fa15ade39
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -49,7 +49,7 @@ def get_track():
|
||||||
return image
|
return image
|
||||||
|
|
||||||
def showImage(image, offset_x = 0, offset_y = 0):
|
def showImage(image, offset_x = 0, offset_y = 0):
|
||||||
image = image.convert('RGB')
|
#image = image.convert('RGB')
|
||||||
width, height = image.size
|
width, height = image.size
|
||||||
for x in range(width):
|
for x in range(width):
|
||||||
for y in range(height):
|
for y in range(height):
|
||||||
|
|
Loading…
Reference in a new issue