ptoreset - Man Page

reset photometric parameters in a .pto file

Synopsis

ptoreset [options] --output output.pto project.pto

 Options:
  -o | --output name    Filename of output panorama project.
                          Input file is overwritten if not specified.
  -e | --eev            Reset Eev exposure value of photos to EXIF values
                          global project Eev is set to average of all photos
  -b | --balance        Reset white balance of photos to EXIF values
  -r | --response       Reset camera response of photos to EMoR default
  -v | --vignetting     Reset vignetting of photos to none
  -h | --help           Outputs help documentation.

Description

ptoreset takes a Hugin .pto project file and writes it to a new file. Optionally various photometric parameters are reset, either to EXIF values or to sensible defaults.

e.g. to reset all photometric parameters in a Hugin project:

  ptoreset -b -r -e -v project.pto

License

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

See Also

<http://hugin.sourceforge.net/>

Author

Bruno Postle - June 2011.

Info

2024-01-25 perl v5.38.2 User Contributed Perl Documentation