-
-
11 May 2019 19:24:26 UTC
- Distribution: Panotools-Script
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (2)
- Testers (405 / 0 / 0)
- Kwalitee
Bus factor: 0- 67.49% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (160.4KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
++ed by:1 non-PAUSE user- Dependencies
- File::Copy
- File::Spec
- File::Temp
- Getopt::Long
- Getopt::Std
- Image::ExifTool
- Image::Size
- LWP::UserAgent
- Math::Trig
- Pod::Usage
- Storable
- Test::More
- URI
- bytes
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
tif2svg - generates an SVG file from hugin 'multiple TIFF' output
Synopsis
tif2svg [options] INPUT INPUT ...
DESCRIPTION
Takes a list of TIFF files and assembles an SVG file with each TIFF referenced on a separate layer.
If the --trace option is given, alpha channels are traced with 'autotrace' and this vector path is inserted as clip paths.
Typically, multiple TIFF output is generated by hugin/nona, instead of adjusting alpha channels for enblend, this tool allows the masks to adjusted in Inkscape instead. The saved SVG file can be blended with 'enblend-svg'.
Requires Image::Size and autotrace.
http://enblend.sourceforge.net/
Note that the 'multiple TIFF' files can be large and unwieldy, use the --jpeg-proxies option to generate JPEG versions for use in Inkscape. 'enblend-svg' will swap these back when blending.
License
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.
See Also
Author
September 2007, Bruno Postle <bruno AT postle.net>
Module Install Instructions
To install Panotools::Script, copy and paste the appropriate command in to your terminal.
cpanm Panotools::Script
perl -MCPAN -e shell install Panotools::Script
For more information on module installation, please visit the detailed CPAN module installation guide.