1CUBIC2ERECT(1) User Contributed Perl Documentation CUBIC2ERECT(1)
2
3
4
6 cubic2erect - Utility to convert six cube faces to equirectangular
7
9 cubic2erect front.tif right.tif back.tif left.tif up.tif down.tif equirectangular.tif
10
12 'cubic2erect' is a command-line utility program for converting six cube
13 faces to a single TIFF format equirectangular file suitable for viewing
14 with 'panoglview'.
15
16 Input files must be JPEG, PPM or TIFF format, output is in TIFF format.
17
19 cubic2erect <front> <right> <back> <left> <up> <down> <TIFF-file>
20
22 This program is free software; you can redistribute it and/or modify it
23 under the terms of the GNU General Public License as published by the
24 Free Software Foundation; either version 2 of the License, or (at your
25 option) any later version.
26
28 <http://panotools.sourceforge.net/>
29
31 Bruno Postle, <bruno (at) postle.net>
32
33
34
35perl v5.28.2 2014-03-02 CUBIC2ERECT(1)