1PROCESS-MASKS(1) User Contributed Perl Documentation PROCESS-MASKS(1)
2
3
4
6 process-masks - Preprocessor for enblend masks
7
9 process-masks image1_mask.tif [image2_mask.tif ...]
10
12 Transfers white areas in each mask (indicating pixels to keep) as black
13 areas in other masks. Areas to be blended need to be indicated as
14 shades of grey.
15
16 Pass mask tif files as program arguments, originals are renamed and
17 replaced by processed files.
18
19 Requires ImageMagick.
20
21 Note masks can be any bit depth, but with no alpha channel.
22
23 <http://www.bruno.postle.net/neatstuff/enblend-mask/>
24 <http://enblend.sourceforge.net/>
25
27 This program is free software; you can redistribute it and/or modify it
28 under the terms of the GNU General Public License as published by the
29 Free Software Foundation; either version 2 of the License, or (at your
30 option) any later version.
31
33 perl, Panotools::Script
34
36 October 2006, Bruno Postle <bruno AT postle.net>
37
38
39
40perl v5.34.0 2022-01-21 PROCESS-MASKS(1)