1TIF2SVG(1) User Contributed Perl Documentation TIF2SVG(1)
2
3
4
6 tif2svg - generates an SVG file from hugin 'multiple TIFF' output
7
9 tif2svg [options] INPUT INPUT ...
10
12 Takes a list of TIFF files and assembles an SVG file with each TIFF
13 referenced on a separate layer.
14
15 If the --trace option is given, alpha channels are traced with
16 'autotrace' and this vector path is inserted as clip paths.
17
18 Typically, multiple TIFF output is generated by hugin/nona, instead of
19 adjusting alpha channels for enblend, this tool allows the masks to
20 adjusted in Inkscape instead. The saved SVG file can be blended with
21 'enblend-svg'.
22
23 Requires Image::Size and autotrace.
24
25 <http://enblend.sourceforge.net/>
26
27 Note that the 'multiple TIFF' files can be large and unwieldy, use the
28 --jpeg-proxies option to generate JPEG versions for use in Inkscape.
29 'enblend-svg' will swap these back when blending.
30
32 This program is free software; you can redistribute it and/or modify it
33 under the terms of the GNU General Public License as published by the
34 Free Software Foundation; either version 2 of the License, or (at your
35 option) any later version.
36
38 perl, Panotools::Script
39
41 September 2007, Bruno Postle <bruno AT postle.net>
42
43
44
45perl v5.30.1 2020-01-30 TIF2SVG(1)