Export document frame faces as PNGs
This commit is contained in:
@@ -678,13 +678,18 @@ snapshots and reports generated byte/dirty-face summaries. The same automation
|
||||
now feeds payload-complete snapshots through the `pp_paint_renderer`
|
||||
document-frame compositor and renderer-neutral recording upload path, reporting
|
||||
texture, transition, byte, payload, and command counts through the shared
|
||||
`record_document_frame_upload` report helper. Live save writer replacement,
|
||||
export adoption, and renderer-owned readback remain under
|
||||
`record_document_frame_upload` report helper. Payload-complete snapshot
|
||||
automation also encodes the active document frame's six composited faces to PNG
|
||||
bytes through `pp_paint_renderer::export_document_frame_face_pngs`, giving the
|
||||
cube-face export path a pure renderer/document writer primitive before live
|
||||
writer replacement. Live save writer replacement, export adoption, and
|
||||
renderer-owned readback remain under
|
||||
`DEBT-0010`/`DEBT-0013`/`DEBT-0036`.
|
||||
Live equirectangular, layer, animation-frame, and cube-face export adapters now
|
||||
prepare the same payload-bearing document snapshot and renderer-neutral upload
|
||||
report helper before delegating to retained `Canvas` export execution, so export
|
||||
workflows consume the shared renderer boundary without changing file output yet.
|
||||
report helper plus pure face-PNG export report before delegating to retained
|
||||
`Canvas` export execution, so export workflows consume the shared renderer
|
||||
boundary without changing file output yet.
|
||||
`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
|
||||
@@ -2517,12 +2522,15 @@ Results:
|
||||
boundary now: `pano_cli plan-canvas-document-snapshot` records the same
|
||||
snapshot through the pure document-frame compositor and renderer-neutral
|
||||
texture upload stream through `pp_paint_renderer::record_document_frame_upload`,
|
||||
so agents can validate document/canvas payloads moving into renderer commands
|
||||
before live canvas export/save writer replacement.
|
||||
and encodes the composited active-frame cube faces as PNG bytes through
|
||||
`pp_paint_renderer::export_document_frame_face_pngs`, so agents can validate
|
||||
document/canvas payloads moving into renderer commands and image bytes before
|
||||
live canvas export/save writer replacement.
|
||||
- Live image/collection/cube export adapters now prepare and log the same
|
||||
document/canvas plus shared renderer-upload readiness report before retained
|
||||
`Canvas` export calls. Depth and video export remain on their prior retained
|
||||
paths; actual image/cube writer replacement remains tracked under export debt.
|
||||
document/canvas plus shared renderer-upload and face-PNG export readiness
|
||||
reports before retained `Canvas` export calls. Depth and video export remain
|
||||
on their prior retained paths; actual image/cube writer replacement remains
|
||||
tracked under export debt.
|
||||
- Snapshot creation now rejects invalid embedded RGBA8 face payloads before
|
||||
document export or history can persist malformed state.
|
||||
- Package-smoke wrappers validate the Windows CMake app executable/runtime
|
||||
|
||||
Reference in New Issue
Block a user