feat: add montage subcommand for multi-PNG grid stitching (Pillow)

This commit is contained in:
张宗平
2026-06-11 21:20:25 +08:00
parent ab31b11fb5
commit 8e5d1c1e2f
3 changed files with 76 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@ dependencies = [
"pandas>=2.0",
"numpy>=1.24",
"matplotlib>=3.7",
"Pillow>=10.0",
]
[project.scripts]