1Panotools::Script::LineU:s:ePranCoornatmrai(b3u)ted PerlPaDnooctuomoelnst:a:tSicornipt::Line::Panorama(3)
2
3
4
6 Panotools::Script::Line::Panorama - Panotools panorama parameters
7
9 Panorama parameters are described by a 'p' line
10
12 w1000 width in pixels
13 h600 height in pixels
14 f0 projection format,
15 0 - rectilinear (for printing and viewing)
16 1 - Cylindrical (for Printing and QTVR)
17 2 - Equirectangular ( for Spherical panos), default
18 3 - full-frame fisheye
19 4 - stereographic
20 5 - mercator
21 6 - transverse mercator
22 7 - sinusoidal
23 8 - Lambert Equal Area Cylindrical
24 9 - Lambert Azimuthal
25 10 - Albers Equal Area Conical
26 11 - Miller Cylindrical
27 12 - Panini
28 13 - Architectural
29 14 - Orthographic
30 15 - Equisolid
31 16 - Equirectangular Panini
32 17 - Biplane
33 18 - Triplane
34 19 - Panini_General
35 20 - Thoby
36 21 - Hammer
37
38 v360 horizontal field of view of panorama (default 360)
39 nPICT Panorama file format, one of:
40 PNG png-format, 8 & 16 bit supported
41 TIFF tiff-format, all tiff types supported (8,16,32 bit int, float, double)
42 TIFF_m tiff-format, multi-file, one image per file
43 alpha layer with non-feathered clip mask at image border
44 TIFF_multilayer tiff-format, multi-image-file, all files in one image
45 alpha layer with non-feathered clip mask at image border
46 This filetype is supported by The GIMP
47 JPEG Panoramic image in jpeg-format.
48 some more supported file formats (mostly only 8 bit support)
49 PNM, PGM, BMP, SUN, VIFF
50
51 Special options for TIFF output:
52 n"TIFF c:NONE"
53 c - select TIFF compression, possible options: NONE, LZW, DEFLATE
54
55 Special options for TIFF_m and TIFF_multilayer output:
56 n"TIFF c:NONE r:CROP"
57 c - TIFF compression, possible options NONE, LZW, DEFLATE
58 r - output only used image area (cropped output). The crop offsets
59 are stored in the POSITIONX and POSITONY tiff tags
60 p1 - save coordinate images (useful for further programs, like vignetting correction)
61
62 Special options for JPEG output:
63 n"JPEG q95"
64 q - jpeg quality
65
66 u10 width of feather for stitching all images. default:10
67 k1 attempt color & brightness correction using image number as anchor
68 b1 attempt brightness correction with no color change using image number as anchor
69 d1 attempt color correction with no brightness change using image number as anchor
70 Do not use more than one of k, d, b.This is new method of correcting
71
72 E1 exposure value for final panorama
73 R1 stitching mode: 0: normal LDR mode, 1: HDR mode
74 T"UINT8" bitdepth of output images, possible values are
75 UINT8 - 8 bit unsigned
76 UINT16 - 16 bit unsigned
77 FLOAT - 32 bit floating point
78 By default the bit depth of the input images is used.
79 S100,600,100,800 Selection(left,right,top,bottom), Only pixels inside the rectangle
80 will be rendered. Images that do not contain pixels in this area
81 are not rendered/created.
82 P"0 60" Projection parameters. e.g. Albers Equal Area Conical requires extra parameters.
83
84
85
86perl v5.32.1 2021-01-2P7anotools::Script::Line::Panorama(3)