Man page - pto_lensstack(1)
Packages contains this manual
- pano_trafo(1)
- hugin_executor(1)
- align_image_stack(1)
- hugin_lensdb(1)
- vig_optimize(1)
- linefind(1)
- pto_template(1)
- deghosting_mask(1)
- tca_correct(1)
- pano_modify(1)
- pto_var(1)
- icpfind(1)
- geocpset(1)
- pto_merge(1)
- celeste_standalone(1)
- fulla(1)
- hugin_hdrmerge(1)
- autooptimiser(1)
- nona(1)
- cpfind(1)
- cpclean(1)
- verdandi(1)
- pto_move(1)
- hugin_stacker(1)
- pto_mask(1)
- pto_gen(1)
- checkpto(1)
- pto_lensstack(1)
apt-get install hugin-tools
Manual
PTO_LENSSTACK
NAMESYNOPSIS
DESCRIPTION
USAGE
OPTIONS
AUTHORS
NAME
pto_lensstack - modify assigned lenses and stack in pto files
SYNOPSIS
pto_lensstack [options] input.pto
DESCRIPTION
pto_lensstack can manipulate lenses and stacks in Hugin .pto project files. This is intended for use in scripting.
USAGE
pto_lensstack --output=output.pto --new-lens|--new-stack|--change-lens|--change-stack images input.pto
OPTIONS
--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
AUTHORS
Thomas Modes