Difference between revisions of "Pto lensstack"

From PanoTools.org Wiki
Jump to navigation Jump to search
m
Line 4: Line 4:
 
     pto_lensstack --output=output.pto --new-lens|--new-stack|--change-lens|--change-stack images input.pto
 
     pto_lensstack --output=output.pto --new-lens|--new-stack|--change-lens|--change-stack images input.pto
  
= Assigning new lenses/stacks =
+
== Assigning new lenses/stacks ==
  
 
For assigned a new lens or stack to an image provide a list of image numbers. The counting starts with zero. Several images can be given at same time. Separate them with a colon.
 
For assigned a new lens or stack to an image provide a list of image numbers. The counting starts with zero. Several images can be given at same time. Separate them with a colon.
Line 12: Line 12:
 
will assign a new lens to image 2 and 4 and a new stack to images 3 and 5.
 
will assign a new lens to image 2 and 4 and a new stack to images 3 and 5.
  
= Changing lenses/stacks =
+
== Changing lenses/stacks ==
  
 
For changing the lens or the stack provide a list of image numbers and the new lens/stack number. For both the counting starts with zero and you can supply several images separated by a colon at the same time.
 
For changing the lens or the stack provide a list of image numbers and the new lens/stack number. For both the counting starts with zero and you can supply several images separated by a colon at the same time.
Line 20: Line 20:
 
   pto_lensstack --change-stack i2=0,i4=0 input.pto
 
   pto_lensstack --change-stack i2=0,i4=0 input.pto
  
= General options =
+
== General options ==
  
 
* '''-o|--output output.pto''' Output a pto file with the given filename. If not given it will append "_lens" to the input filename.
 
* '''-o|--output output.pto''' Output a pto file with the given filename. If not given it will append "_lens" to the input filename.

Revision as of 10:18, 19 January 2013

Pto_lensstack can manipulate lenses and stacks in Hugin .pto project files. This is intended for use in Scripting.

The general use is

   pto_lensstack --output=output.pto --new-lens|--new-stack|--change-lens|--change-stack images input.pto

Assigning new lenses/stacks

For assigned a new lens or stack to an image provide a list of image numbers. The counting starts with zero. Several images can be given at same time. Separate them with a colon. So

  pto_lensstack --new-lens i1,i3 input.pto
  pto_lensstack --new-stack i2,i4 input.pto

will assign a new lens to image 2 and 4 and a new stack to images 3 and 5.

Changing lenses/stacks

For changing the lens or the stack provide a list of image numbers and the new lens/stack number. For both the counting starts with zero and you can supply several images separated by a colon at the same time.

Examples:

  pto_lensstack --change-lens i1=4,i5=1 input.pto
  pto_lensstack --change-stack i2=0,i4=0 input.pto

General options

  • -o|--output output.pto Output a pto file with the given filename. If not given it will append "_lens" to the input filename.
  • -h | --help Display help.