ai_service/configs/example.json
2025-05-22 10:53:48 +08:00

40 lines
784 B
JSON

{
"canvas": {
"width": 1000,
"height": 800,
"mode": "RGB"
},
"layers": [
{
"image_path": "../images/background.jpg",
"name": "background",
"position": {
"left": 0,
"top": 0
},
"visible": true
},
{
"image_path": "../images/nankai.jpg",
"name": "middle",
"position": {
"left": 100,
"top": 100
},
"visible": true
},
{
"image_path": "../images/aaai.png",
"name": "top",
"position": {
"left": 200,
"top": 200
},
"visible": true
}
],
"output": {
"path": "../outputs/configured_output.psd",
"generate_preview": true
}
}