-
-
11 May 2019 19:24:26 UTC
- Distribution: Panotools-Script
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (405 / 0 / 0)
- Kwalitee
Bus factor: 0- 67.49% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (160.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- File::Copy
- File::Spec
- File::Temp
- Getopt::Long
- Getopt::Std
- Image::ExifTool
- Image::Size
- LWP::UserAgent
- Math::Trig
- Pod::Usage
- Storable
- Test::More
- URI
- bytes
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
ptoreset - 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
AUTHOR
Bruno Postle - June 2011.
Module Install Instructions
To install Panotools::Script, copy and paste the appropriate command in to your terminal.
cpanm Panotools::Script
perl -MCPAN -e shell install Panotools::Script
For more information on module installation, please visit the detailed CPAN module installation guide.