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