declarative tool to copy PNG subrects to make a new image

This commit is contained in:
Guillaume Piolat
2025-03-22 10:57:51 +01:00
parent d9c9891c44
commit 80af62099a
4 changed files with 290 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"input-size": "3984x2160",
"output-size": "3456x960",
"default-size": "48x48",
"copyRects": [
{ "from": "0,0-48x48", "to": "0,0" },
{ "from": "0,0-48x48", "to": "0,0" }
]
}