xpano icon indicating copy to clipboard operation
xpano copied to clipboard

Export pano source images

Open krupkat opened this issue 1 year ago • 1 comments

Add an option to export the source images for a pano. This can be useful so that the user can stitch the images in a different app.

Starting point: Code location

krupkat avatar Aug 15 '22 15:08 krupkat

The RunStitching and RunExport functions should implement optional export of panorama source images (RunExport will likely need a const StitcherData &data parameter).

There is potential for code deduplication - code at the end of RunStitchingPipeline is currently quite similar to the RunExport code.

krupkat avatar Sep 22 '22 10:09 krupkat