feat 更新响应模板

fix
This commit is contained in:
zhouchengrong
2024-06-17 13:10:46 +08:00
parent 0a868d6817
commit f2bb7a11f9
4 changed files with 112 additions and 108 deletions

View File

@@ -75,7 +75,7 @@ def positioning(all_mask_shape, mask_shape, offset):
return all_start, all_end, mask_start, mask_end
@RunTime
# @RunTime
def synthesis(data, size):
# 创建底图
base_image = Image.new('RGBA', size, (0, 0, 0, 0))