|
Once the first set of images is stitched to your satisfaction, render out the panorama as a spherical image and save as .tif. Save the stitcher file into the same folder as the image files you're using.
Then place a duplicate copy of the stitcher file in each of the other image set folders.
Open each Stitcher file in TextEdit - and change the path from the absolute path to the relative path of the folder you're in. For example:
Change this absolute path:
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<RZML v="1.2.3" app="Stitcher 5.0.2.16798" path="/Talyn/Users/yimm/Desktop/OPEN PROJECTS/2005_10_12_ROPE/second_test/quarter/rope_set">
To this relative path:
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<RZML v="1.2.3" app="Stitcher 5.0.2.16798" path="/sixteenth">
Save this file.
This will have changed the file application from Stitcher to TextEdit, so select the file, do a CMD+I to bring up the Info palette and change the "Open with application" back to Stitcher.
|