1GIGATILE(1) User Contributed Perl Documentation GIGATILE(1)
2
3
4
6 gigatile - stitch a Hugin project as multi-resolution tiles
7
9 gigatile -o project.pto.mk -p prefix project.pto
10
11 Options:
12 -o | --output name Filename of created Makefile.
13 -p | --prefix prefix for output files, can be a directory name.
14 --apikey a Google Maps API key (required to use online).
15 -h | --help Outputs help documentation.
16
18 gigatile is a tool with the same CLI as pto2mk. Instead of creating
19 rules for stitching a single panorama, the project is split into
20 4096x4096 tiles which are rendered independently, these tiles are then
21 split to a pyramid of 256x256 JPEG tiles.
22
24 This program is free software; you can redistribute it and/or modify it
25 under the terms of the GNU General Public License as published by the
26 Free Software Foundation; either version 2 of the License, or (at your
27 option) any later version.
28
30 <http://hugin.sourceforge.net/>
31
33 Bruno Postle - January 2010.
34
35
36
37perl v5.30.0 2019-07-26 GIGATILE(1)