1ENFUSE-MASK(1) User Contributed Perl Documentation ENFUSE-MASK(1)
2
3
4
6 enfuse-mask - Wrapper around enfuse for managing external masks
7
9 enfuse-mask [options] -o OUTPUT INPUTS
10
12 Wrapper around enfuse. Usage is exactly the same as for enfuse, except
13 that if files named '<prefix>_mask.tif' exist, they are inserted as
14 alpha masks before fusing.
15
16 Some examples of valid image pairs:
17
18 image0000.tif image0000_mask.tif
19 foo.jpg foo_mask.tif
20
21 Note masks can be any bit depth, but must have no alpha channel. Black
22 indicates areas to be ignored, any other colour indicates areas that
23 may be fused.
24
25 Note also that only masks need to be TIFF files, input images can be
26 any filetype supported by ImageMagick.
27
28 Requires enfuse and ImageMagick.
29
30 <http://enblend.sourceforge.net/>
31
33 This program is free software; you can redistribute it and/or modify it
34 under the terms of the GNU General Public License as published by the
35 Free Software Foundation; either version 2 of the License, or (at your
36 option) any later version.
37
39 perl, Panotools::Script
40
42 October 2006, Bruno Postle <bruno AT postle.net>
43
44
45
46perl v5.36.0 2022-07-22 ENFUSE-MASK(1)