Files
change_cloth_server/config.py
T
2026-03-13 03:21:38 +00:00

10 lines
176 B
Python

"""
换装服务配置文件
"""
# 输出图片格式:'jpg' 或 'png'
OUTPUT_FORMAT = 'jpg'
# JPG压缩质量 (1-100),仅在OUTPUT_FORMAT='jpg'时生效
JPG_QUALITY = 85