Report depth export snapshot routing

This commit is contained in:
2026-06-06 11:24:29 +02:00
parent 09df47879d
commit 9d9c87c0cb
7 changed files with 66 additions and 26 deletions

View File

@@ -740,10 +740,11 @@ local Web writer gates.
Web handoff, video, depth writer replacement, and incomplete-readback cases
still delegate to retained `Canvas` writers after route/readiness reporting.
Depth export now also plans the retained image/depth file targets in
`pp_app_core` and logs a `pp_paint_renderer` document depth render plan for the
legacy 1024x1024 perspective render plus per-layer depth pass before falling
back to retained `Canvas::export_depth`; actual depth rendering, readback, and
format parity remain retained.
`pp_app_core`, logs the document-snapshot route fallback as an unsupported
snapshot-writer target, and logs a `pp_paint_renderer` document depth render
plan for the legacy 1024x1024 perspective render plus per-layer depth pass
before falling back to retained `Canvas::export_depth`; actual depth rendering,
readback, and format parity remain retained.
`pano_cli plan-image-import` exposes app-core planning for File > Import image
route decisions, including wide equirectangular images, legacy vertical cube
strips, regular transform-placement images, and invalid image dimensions; live