Difference between revisions of "Pto merge"

From PanoTools.org Wiki
Jump to navigation Jump to search
(Added pto_merge)
 
(categorise)
 
Line 12: Line 12:
 
Hint:
 
Hint:
 
* '''pto_merge''' does not check for duplicate control points. It adds all control points found in the given input files.
 
* '''pto_merge''' does not check for duplicate control points. It adds all control points found in the given input files.
 +
 +
{{clr}}
 +
 +
[[Category:Software:Hugin]]

Latest revision as of 00:17, 13 November 2010

pto_merge can merge several project files to one project file, so that the final project contains every image only once. The same function can be accessed in Hugin by File>Merge project (see Main menu)

Invoke it by

  pto_merge -o merged.pto project1.pto project2.pto project3.pto

This will merge the project files project1.pto, project2.pto and project3.pto into a new project file named merged.pto.

If the switch -o or --output is not given, it will add the suffix _merge to the filename of the first project file. So

  pto_merge project1.pto project2.pto

will create a merged project file project1_merge.pto.

Hint:

  • pto_merge does not check for duplicate control points. It adds all control points found in the given input files.