Add script to stitch tiles into a mosaic, with gutter/padding support

- scripts/stitch_mosaic_from_tiles.py: grid layout from metadata.json, flip-x/y, tile gap (gutters), compare to server mosaic.jpg
- tests/test_stitch_mosaic.py, Pillow in requirements, docs/mosaic_reconstruction_report.md
This commit is contained in:
2026-04-26 20:44:56 -04:00
parent ae37c06f15
commit 314b68322c
4 changed files with 657 additions and 0 deletions
+1
View File
@@ -4,4 +4,5 @@ lxml>=5.0.0
pyyaml>=6.0.1
tqdm>=4.66.0
piexif>=1.1.3
Pillow>=10.0.0
pytest>=8.0