The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

ptohalve - rescale a panorama project

SYNOPSIS

ptohalve [options] --output halved.pto project.pto

 Options:
  -o | --output     Filename of scaled project (can be the the same as the input)
  -h | --help       Outputs help documentation

DESCRIPTION

ptohalve takes a hugin .pto project and halves all pixel dimensions. It will fail if any photos have non-even pixel dimensions. If it succeeds you will need to rescale the photos to match:

  mogrify -geometry 50% *.JPG

Note, this tool is useful in conjunction with the ptodouble tool which performs the opposite transform.

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/

ptodouble

AUTHOR

Bruno Postle - July 2010.