1PTORESET(1) User Contributed Perl Documentation PTORESET(1)
2
3
4
6 ptoreset - reset photometric parameters in a .pto file
7
9 ptoreset [options] --output output.pto project.pto
10
11 Options:
12 -o | --output name Filename of output panorama project.
13 Input file is overwritten if not specified.
14 -e | --eev Reset Eev exposure value of photos to EXIF values
15 global project Eev is set to average of all photos
16 -b | --balance Reset white balance of photos to EXIF values
17 -r | --response Reset camera response of photos to EMoR default
18 -v | --vignetting Reset vignetting of photos to none
19 -h | --help Outputs help documentation.
20
22 ptoreset takes a Hugin .pto project file and writes it to a new file.
23 Optionally various photometric parameters are reset, either to EXIF
24 values or to sensible defaults.
25
26 e.g. to reset all photometric parameters in a Hugin project:
27
28 ptoreset -b -r -e -v project.pto
29
31 This program is free software; you can redistribute it and/or modify it
32 under the terms of the GNU General Public License as published by the
33 Free Software Foundation; either version 2 of the License, or (at your
34 option) any later version.
35
37 <http://hugin.sourceforge.net/>
38
40 Bruno Postle - June 2011.
41
42
43
44perl v5.36.0 2023-01-20 PTORESET(1)