Need expression parser else intractable

This commit is contained in:
Guillaume Piolat
2025-03-22 11:33:05 +01:00
parent 80af62099a
commit 37edfa3af9
3 changed files with 34 additions and 22 deletions

View File

@@ -2,12 +2,16 @@
"input-size": "3984x2160",
"output-size": "3456x960",
"default-size": "48x48",
"default-size": "288x240",
"copyRects": [
{ "from": "0,0-48x48", "to": "0,0" },
{ "from": "0,0-48x48", "to": "0,0" }
{ "from": "62+240*0,224-(240-62)x168", "to": "288*0,0" },
{ "from": "62+240*1,224-(240-62)x168", "to": "288*1,0" },
{ "from": "62+240*1,224-(240-62)x168", "to": "288*2,0" },
{ "from": "62+240*1,224-(240-62)x168", "to": "288*3,0" },
{ "from": "62+240*1,224-(240-62)x168", "to": "288*4,0" },
{ "from": "62+240*1,224-(240-62)x168", "to": "288*5,0" }
]
}