diff --git a/prootface.bmp b/prootface.bmp new file mode 100644 index 0000000..4c91f4b Binary files /dev/null and b/prootface.bmp differ diff --git a/rpi/roy-test.py b/rpi/roy-test.py index 01bfedd..fd60c13 100644 --- a/rpi/roy-test.py +++ b/rpi/roy-test.py @@ -32,7 +32,7 @@ def pure_pil_alpha_to_color_v2(image, color=(0, 0, 0)): background.paste(image, mask=image.split()[3]) # 3 is the alpha channel return background -image = Image.open("../testImg.bmp") +image = Image.open("../prootface.bmp") image.thumbnail((128,62), Image.ANTIALIAS) RGBImage = pure_pil_alpha_to_color_v2(image)