1ERECT2CUBIC(1) User Contributed Perl Documentation ERECT2CUBIC(1)
2
3
4
6 erect2cubic - creates a hugin .pto file for converting equirectangular
7 to cubic
8
10 erect2cubic --erect=panorama.tif --ptofile=cube_project.pto
11 nona -o cube_prefix cube_project.pto
12
14 Takes an equirectangular image and produces a .pto file suitable for
15 extracting six cube faces in TIFF_m format.
16
17 Cube faces are produced in front, right, back, left, up & down order.
18 The cube edge length is set to the sphere diameter reduced to the
19 nearest multiple of 8. Prerotate the scene with --roll, --pitch and
20 --yaw parameters if required.
21
22 erect2cubic --erect=panorama.tif --ptofile=cube_project.pto
23 nona -o cube_prefix cube_project.pto
24
26 cubic2erect --erect=panorama.tif --ptofile=cube_project.pto \
27 [--roll=12] [--pitch=34] [--yaw=56] [--filespec=PNG] [--face=1024]
28
30 This program is free software; you can redistribute it and/or modify it
31 under the terms of the GNU General Public License as published by the
32 Free Software Foundation; either version 2 of the License, or (at your
33 option) any later version.
34
36 <http://panotools.sourceforge.net/>
37
39 Bruno Postle, <bruno (at) postle.net>
40
41
42
43perl v5.30.1 2020-01-30 ERECT2CUBIC(1)