Commit f31d851f by sikang

update script

parent 2a275821
...@@ -44,8 +44,7 @@ class ScreenMaker: ...@@ -44,8 +44,7 @@ class ScreenMaker:
img_top = img_top.resize((700, 342), Image.ANTIALIAS) img_top = img_top.resize((700, 342), Image.ANTIALIAS)
# logo随机位置 # logo随机位置
new_img.paste(img_logo, (random.randint( new_img.paste(img_logo, (random.randint(0, 700), logo_h))
0, 700), logo_h), mask=img_logo)
new_img.paste(img_top, (1080, top_h)) new_img.paste(img_top, (1080, top_h))
# 字体随机大小 # 字体随机大小
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment