製做表情包(python)

1 代碼 from PIL import Image, ImageDraw, ImageFont def make_expression(img_path1, img_path2): image = Image.open(img_path1) face = Image.open(img_path2) image.paste(face, (70, 40)) dra
相關文章
相關標籤/搜索
本站公眾號
   歡迎關注本站公眾號,獲取更多信息