Add EXIF writing and machine metadata support

This commit is contained in:
2026-04-24 18:21:37 -04:00
parent f2193011ca
commit e8d3bf7180
11 changed files with 577 additions and 12 deletions
+2
View File
@@ -105,5 +105,7 @@ def load_config(path: str) -> dict:
cfg.setdefault("timeout", 60)
cfg.setdefault("request_delay", 0.5)
cfg.setdefault("tile_scale", 1)
cfg.setdefault("write_exif", True)
cfg.setdefault("machine_metadata", {})
cfg["workers"] = _clamp_workers(cfg["workers"])
return cfg