-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
68 lines (43 loc) · 1.54 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
Panotools::Script - Panorama Tools scripting
============================================
A perl module for reading, writing and manipulating hugin script files
http://hugin.sourceforge.net/
Usage documentation for this perl module and included command-line tools can be
found on CPAN: http://search.cpan.org/dist/Panotools-Script
Download
--------
The latest stable version of this library can be downloaded from CPAN:
http://search.cpan.org/dist/Panotools-Script
Otherwise you can probably upgrade to the latest stable release with the `cpan'
command-line tool:
sudo cpan Panotools::Script
The latest development version can be retrieved from the Sourceforge panotools
project via Mercurial:
hg clone http://hg.code.sf.net/p/panotools/Panotools-Script
..then follow the installation instructions below:
Installation
------------
To install this module type the following:
perl Makefile.PL
make
make test
sudo make install
Dependencies
------------
Image::Size
Image::ExifTool
Test::More
Some of the scripts require 'nona', 'freepv', 'panoglview', 'enblend',
'enfuse', and ImageMagick command-line tools.
The various *-gui tools require 'zenity' and will only work on
Linux/unix systems.
TODO
----
* open/save lens profiles
Copyright and licence
---------------------
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.
Copyright (C) 2002 Bruno Postle