1ENBLEND-MASK(1) User Contributed Perl Documentation ENBLEND-MASK(1)
2
3
4
6 enblend-mask - Wrapper around enblend for managing external masks
7
9 enblend-mask [options] -o OUTPUT INPUTS
10
12 Wrapper around enblend. Usage is exactly the same as for enblend,
13 except that if files named '<prefix>_mask.tif' exist, they are inserted
14 as alpha masks before blending.
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 blended.
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 enblend and ImageMagick.
29
30 <http://www.bruno.postle.net/neatstuff/enblend-mask/>
31 <http://enblend.sourceforge.net/>
32
34 This program is free software; you can redistribute it and/or modify it
35 under the terms of the GNU General Public License as published by the
36 Free Software Foundation; either version 2 of the License, or (at your
37 option) any later version.
38
40 perl, Panotools::Script
41
43 October 2006, Bruno Postle <bruno AT postle.net>
44
45
46
47perl v5.34.0 2022-01-21 ENBLEND-MASK(1)