Export equirectangular JPEGs through paint renderer

This commit is contained in:
2026-06-05 21:22:06 +02:00
parent 875a0127d9
commit bd416f8473
11 changed files with 604 additions and 96 deletions

View File

@@ -296,12 +296,14 @@ powershell -ExecutionPolicy Bypass -File scripts\automation\apple-remote-build.p
document/paint-renderer equirectangular PNG before falling back to the
retained writer. Payload-complete layer and animation-frame PNG collections
write pure document/paint-renderer equirectangular PNG sequences through the
app-core collection write/publish executor before retained fallback; JPEG/XMP
equirectangular export, Web handoff, incomplete-readback collection cases,
and video export remain on retained writer paths. Depth export now plans the
retained image/depth output paths in `pp_app_core` and logs a tested
`pp_paint_renderer` depth render plan plus the shared document-frame
renderer-readiness report before retained `Canvas::export_depth` execution.
app-core collection write/publish executor before retained fallback. JPEG
equirectangular export writes a pure document/paint-renderer JPEG with GPano
XMP metadata before retained fallback; Web handoff, incomplete-readback
collection cases, and video export remain on retained writer paths. Depth
export now plans the retained image/depth output paths in `pp_app_core` and
logs a tested `pp_paint_renderer` depth render plan plus the shared
document-frame renderer-readiness report before retained
`Canvas::export_depth` execution.
- `pano_cli save-document-project` writes that pure document export to a PPI
file and is covered by `pano_cli_save_document_project_roundtrip_smoke`,
which inspects and loads the generated file.
@@ -1149,8 +1151,10 @@ powershell -ExecutionPolicy Bypass -File scripts\automation\apple-remote-build.p
animation-frame collections write pure document/paint-renderer PNG sequences
through the app-core collection write/publish executor, depth export plans
image/depth targets and logs the paint-renderer render plan plus shared
renderer readiness before retained execution, and JPEG/XMP plus
Web/incomplete-readback collection cases remain on older retained paths. It
renderer readiness before retained execution, and JPEG equirectangular export
writes a pure document/paint-renderer JPEG with GPano XMP metadata before
retained fallback while Web/incomplete-readback collection cases remain on
older retained paths. It
also bridges timelapse and animation MP4 export picker-selected paths while
preserving desktop worker-thread timelapse behavior, mobile/Web save
callbacks, `App::rec_export`, animation `Canvas::export_anim_mp4`, and