Difference between revisions of "Hugin stitch project"

From PanoTools.org Wiki
Jump to navigation Jump to search
(Created page with ''''Hugin_stitch_project''' stitches a Hugin project file. It provides an GUI interface to select the project file and to select the output folder and output prefix. The project f...')
 
(Categorised)
Line 7: Line 7:
 
     make -f makefile.mk all
 
     make -f makefile.mk all
 
'''Hugin_stitch_project''' makes use of specified alternative programs for enblend and enfuse and their default command line switches. [[pto2mk]] can not read the [[Hugin Preferences]] and does not use the specifed alternative programs.
 
'''Hugin_stitch_project''' makes use of specified alternative programs for enblend and enfuse and their default command line switches. [[pto2mk]] can not read the [[Hugin Preferences]] and does not use the specifed alternative programs.
 +
 +
[[Category:Software:Platform:Windows]]
 +
[[Category:Software:Platform:Linux]]
 +
[[Category:Software:Platform:Mac OS X]]
 +
[[Category:Software:Hugin]]

Revision as of 22:27, 22 November 2010

Hugin_stitch_project stitches a Hugin project file. It provides an GUI interface to select the project file and to select the output folder and output prefix. The project file and the output folder/prefix can also be specified on the command line

   hugin_stitch_project --output=path/to/output/prefix project.pto

If you don't need the project file after stitching it can be deleted automatic at the end of the stitching with the switch --delete.

Internal it creates a temporary makefile for stitching and executes the makefile with make. If you need this functionality without a GUI you can use the following commands on the command line

    pto2mk -o makefile.mk -p prefix project.pto
    make -f makefile.mk all

Hugin_stitch_project makes use of specified alternative programs for enblend and enfuse and their default command line switches. pto2mk can not read the Hugin Preferences and does not use the specifed alternative programs.