1ERECT2MERCATOR(1) User Contributed Perl Documentation ERECT2MERCATOR(1)
2
3
4
6 erect2mercator - Extract a mercator projection from an equirectangular
7 image
8
10 erect2mercator equirectangular.tif
11
13 Generates a suitably sized mercator .pto project from a 360 degree
14 equirectangular image. Input is in any image format understood by
15 hugin, output is in TIFF format with an aspect ratio of 1.618:1 (a
16 golden rectangle).
17
18 The output filename is derived automatically from the input filename
19 with '-mercator.pto' appended. Existing .pto files will not be
20 clobbered but will be updated when input images change size.
21
22 <http://hugin.sourceforge.net/>
23
25 This program is free software; you can redistribute it and/or modify it
26 under the terms of the GNU General Public License as published by the
27 Free Software Foundation; either version 2 of the License, or (at your
28 option) any later version.
29
31 perl, Panotools::Script
32
34 Bruno Postle <bruno AT postle.net>
35
36
37
38perl v5.38.0 2023-07-21 ERECT2MERCATOR(1)