1ENBLEND-MASK(1)       User Contributed Perl Documentation      ENBLEND-MASK(1)
2
3
4

NAME

6       enblend-mask - Wrapper around enblend for managing external masks
7

Synopsis

9         enblend-mask [options] -o OUTPUT INPUTS
10

DESCRIPTION

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

License

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

See Also

40       perl, Panotools::Script
41

Author

43       October 2006, Bruno Postle <bruno AT postle.net>
44
45
46
47perl v5.28.2                      2014-03-02                   ENBLEND-MASK(1)
Impressum