From 7852c08fbeefa4836a1669cf5b35eb7b7918884d Mon Sep 17 00:00:00 2001 From: CiscoTheWolf Date: Thu, 18 May 2023 11:39:16 +0200 Subject: [PATCH] definite bug fix --- rpi/roy-test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi/roy-test.py b/rpi/roy-test.py index 9f3d854..01bfedd 100644 --- a/rpi/roy-test.py +++ b/rpi/roy-test.py @@ -34,7 +34,7 @@ def pure_pil_alpha_to_color_v2(image, color=(0, 0, 0)): image = Image.open("../testImg.bmp") image.thumbnail((128,62), Image.ANTIALIAS) -RGBImage = pure_pil_alpha_to_color_v2() +RGBImage = pure_pil_alpha_to_color_v2(image)