diff --git a/main.py b/main.py index cda2bfe..632da68 100644 --- a/main.py +++ b/main.py @@ -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):