-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathREADME
60 lines (37 loc) · 1.5 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
This is the pano13 library, part of the Panorama Tools by Helmut
Dersch of the University of Applied Sciences Furtwangen.
http://panotools.sourceforge.net/
Also included with the library are:
- PToptimizer a command-line tool for optimizing control points.
- PTmender a command-line tool for reprojecting images.
Usage
----
The typical workflow would be:
- PTmender maps the pano files, outputs cropped TIFFS
- PTblender* fixes colour shifts in TIFFs, outputs cropped TIFFS (8 bit only)
- PTmasker* creates stitching masks in TIFFs, outputs cropped TIFFS
- PTroller creates a single TIFF from set of TIFFs
- PTcrop recropps a TIFF to a tight bounding box, creates a cropped TIFF
* Optional step.
Other tools:
- PTtiff2psd Combines a set of tiffs into one PSD file with multiple
layers (including stacking feature) and the ability to
specify blending mode (8 bit only)
- PTuncrop Uncrops a cropped TIFF.
- panoinfo a command-line tool for querying the library version.
- PTAInterpolate Interpolate intermediate images between stereo photos
- PTinfo Display information about a panotools-generated image
- PTtiffdump Compare two TIFF images
- panoinfo List details about the libpano13 library
Installation
------------
Build and install as normal:
./configure
make
make install
If you have retrieved this from Mercurial SCM you need to prepare the build
system first:
./bootstrap
./configure
make
make install