1NONA-MASK(1) User Contributed Perl Documentation NONA-MASK(1)
2
3
4
6 nona-mask - Wrapper around nona for managing external masks
7
9 nona-mask [options] -o output project_file (image files)
10
12 Wrapper around nona. Usage is exactly the same as for nona, except
13 that if files named '<prefix>_mask.tif' exist, they are inserted as
14 alpha masks before stitching.
15
16 Some examples of valid image pairs:
17
18 DSC_1234.tif DSC_1234_mask.tif
19 IMG_5678.JPG IMG_5678_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 nona.
27
28 Requires Panotools::Script, nona and ImageMagick.
29
30 <http://hugin.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 April 2007, Bruno Postle <bruno AT postle.net>
43
44
45
46perl v5.38.0 2023-07-21 NONA-MASK(1)