-
-
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
enfuse-mask - Wrapper around enfuse for managing external masks
Synopsis
enfuse-mask [options] -o OUTPUT INPUTS
DESCRIPTION
Wrapper around enfuse. Usage is exactly the same as for enfuse, except that if files named '<prefix>_mask.tif' exist, they are inserted as alpha masks before fusing.
Some examples of valid image pairs:
image0000.tif image0000_mask.tif foo.jpg foo_mask.tif
Note masks can be any bit depth, but must have no alpha channel. Black indicates areas to be ignored, any other colour indicates areas that may be fused.
Note also that only masks need to be TIFF files, input images can be any filetype supported by ImageMagick.
Requires enfuse and ImageMagick.
http://enblend.sourceforge.net/
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
October 2006, 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.