ai_service/scripts/PSD_test1.py
2025-05-20 17:08:18 +08:00

8 lines
221 B
Python

from export_psd import export_to_psd
# 将多个图层导出为PSD文件
export_to_psd(
['background.jpg','aaai.png', 'nankai.jpg'],
'output.psd',
['background', 'middle', 'front'] # 可选的图层名称
)