definite bug fix
This commit is contained in:
parent
a69575552f
commit
7852c08fbe
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ def pure_pil_alpha_to_color_v2(image, color=(0, 0, 0)):
|
||||||
|
|
||||||
image = Image.open("../testImg.bmp")
|
image = Image.open("../testImg.bmp")
|
||||||
image.thumbnail((128,62), Image.ANTIALIAS)
|
image.thumbnail((128,62), Image.ANTIALIAS)
|
||||||
RGBImage = pure_pil_alpha_to_color_v2()
|
RGBImage = pure_pil_alpha_to_color_v2(image)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue