GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PTO_LENSSTACK(1) HUGIN PTO_LENSSTACK(1)

pto_lensstack - modify assigned lenses and stack in pto files

pto_lensstack [options] input.pto

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

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

--new-lens
--new-stack
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 comma.

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

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

--change-lens
--change-stack
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 comma 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

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

Thomas Modes
2013-09-15 "Version: 2021.0.0"

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.