Merge branch 'main' of git.chengdu.pundit.company:castbox/gitea_ap_art_assets

main
jackyan 2023-11-06 15:33:18 +08:00
commit 2d553a28cf
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ def parse_psd(path):
log.append("开始检测:{}".format(file_name))
psd = PSDImage.open(path)
print("psd width height", psd.width, psd.height)
try:
image = psd.composite()
except Exception as e: