comming for merge

This commit is contained in:
CiscoTheWolf 2023-05-21 23:28:03 +02:00
parent dbc0f91848
commit 97c21d5e62
2 changed files with 84 additions and 1 deletions

View file

@ -22,7 +22,7 @@ def pure_pil_alpha_to_color_v2(image, color=(0, 0, 0)):
return background
image = Image.open("../prootface.bmp")
image.thumbnail((128, 62), Image.ANTIALIAS)
image.thumbnail((128, 32), Image.ANTIALIAS)
RGBImage = pure_pil_alpha_to_color_v2(image)