1PAFEXTRACT(1) User Contributed Perl Documentation PAFEXTRACT(1)
2
3
4
6 pafextract - render panoglview .paf projects
7
9 panoglview equirectangular.tif
10 pafextract project.paf
11 gimp project.paf.extract.tif
12 nona -o overlay project.paf.extract.pto
13 composite overlay.tif equirectangular.tif merged.tif
14
16 pafextract takes a panoglview .paf file and renders the saved view as a
17 suitably sized .tif file. This is useful for simply extracting a
18 'normal' view from an equirectangular panorama.
19
20 A hugin .pto project is also created, containing all the information
21 necessary to reproject the extracted .tif image back into the same
22 equirectangular space as the original. This is useful for merging
23 edits back into the original with a tool such as ImageMagick or the
24 Gimp.
25
27 This program is free software; you can redistribute it and/or modify it
28 under the terms of the GNU General Public License as published by the
29 Free Software Foundation; either version 2 of the License, or (at your
30 option) any later version.
31
33 <http://hugin.sourceforge.net/>
34
36 Bruno Postle - September 2008.
37
38
39
40perl v5.38.0 2023-07-21 PAFEXTRACT(1)