comming for merge
This commit is contained in:
parent
dbc0f91848
commit
97c21d5e62
2 changed files with 84 additions and 1 deletions
|
|
@ -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)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue