1ENFUSE(1)                        User Commands                       ENFUSE(1)
2
3
4

NAME

6       enfuse - manual page for enfuse 4.0-753b534c819d
7

SYNOPSIS

9       enfuse [options] [--output=IMAGE] INPUT...
10

DESCRIPTION

12       Fuse INPUT images into a single IMAGE.
13
14       INPUT... are image filenames or response filenames.  Response filenames
15       start with an "@" character.
16
17   Common options:
18       -V, --version
19              output version information and exit
20
21       -h, --help
22              print this help message and exit
23
24       -l, --levels=LEVELS
25              number of blending LEVELS to use (1 to 29); negative  number  of
26              LEVELS decreases maximum
27
28       -o, --output=FILE
29              write output to FILE; default: "a.tif"
30
31       -v, --verbose[=LEVEL]
32              verbosely  report  progress;  repeat  to  increase  verbosity or
33              directly set to LEVEL
34
35       -w, --wrap[=MODE]
36              wrap around image boundary, where MODE is NONE, HORIZONTAL, VER‐
37              TICAL, or BOTH; default: none;
38
39       --compression=COMPRESSION
40              set  compression  of output image to COMPRESSION, where COMPRES‐
41              SION is: NONE, PACKBITS, LZW, DEFLATE for TIFF files  and  0  to
42              100 for JPEG files
43
44   Extended options:
45       -b BLOCKSIZE
46              image cache BLOCKSIZE in kilobytes; default: 2048KB
47
48       -c     use CIECAM02 to blend colors
49
50       -d, --depth=DEPTH
51              set  the  number  of bits per channel of the output image, where
52              DEPTH is 8, 16, 32, r32, or r64
53
54       -g     associated-alpha hack for Gimp (before version 2) and Cinepaint
55
56       -f WIDTHxHEIGHT[+xXOFFSET+yYOFFSET]
57              manually set the size and position of the output  image;  useful
58              for  cropped  and  shifted input TIFF images, such as those pro‐
59              duced by Nona
60
61       -m CACHESIZE
62              set image CACHESIZE in megabytes; default: 1024MB
63
64   Fusion options:
65       --exposure-weight=WEIGHT
66              weight given to well-exposed pixels (0 <= WEIGHT <= 1); default:
67              1
68
69       --saturation-weight=WEIGHT
70              weight  given  to  highly-saturated  pixels  (0 <= WEIGHT <= 1);
71              default: 0.2
72
73       --contrast-weight=WEIGHT
74              weight given to pixels  in  high-contrast  neighborhoods  (0  <=
75              WEIGHT <= 1); default: 0
76
77       --entropy-weight=WEIGHT
78              weight  given  to  pixels  in  high  entropy neighborhoods (0 <=
79              WEIGHT <= 1); default: 0
80
81       --exposure-mu=MEAN
82              center also known as MEAN of Gaussian weighting function  (0  <=
83              MEAN <= 1); default: 0.5
84
85       --exposure-sigma=SIGMA standard deviation of Gaussian weighting
86              function (SIGMA > 0); default: 0.2
87
88       --soft-mask
89              average over all masks; this is the default
90
91       --hard-mask
92              force hard blend masks and no averaging on finest scale; this is
93              especially useful for focus stacks with thin and  high  contrast
94              features, but leads to increased noise
95
96   Expert options:
97       --contrast-window-size=SIZE
98              set  window  SIZE  for  local-contrast  analysis  (SIZE  >=  3);
99              default: 5
100
101       --gray-projector=OPERATOR
102              apply gray-scale projection OPERATOR  in  exposure  or  contrast
103              weighing,  where OPERATOR is one of "average", "l-star", "light‐
104              ness",       "value",       "luminance",        or        "chan‐
105              nel-mixer:RED-WEIGHT:GREEN-WEIGHT:BLUE-WEIGHT";  default: "aver‐
106              age"
107
108       --contrast-edge-scale=EDGESCALE[:LCESCALE[:LCEFACTOR]]
109              set scale on which to look for edges; positive LCESCALE switches
110              on local contrast enhancement by LCEFACTOR (EDGESCALE, LCESCALE,
111              LCEFACTOR >= 0); append "%" to LCESCALE for values  relative  to
112              EDGESCALE; append "%" to LCEFACTOR for relative value; defaults:
113              0:0:0
114
115       --contrast-min-curvature=CURVATURE
116              minimum CURVATURE for an edge to qualify; append "%"  for  rela‐
117              tive values; default: 0
118
119       --entropy-window-size=SIZE
120              set window SIZE for local entropy analysis (SIZE >= 3); default:
121              3
122
123       --entropy-cutoff=LOWERCUTOFF[:UPPERCUTOFF]
124              LOWERCUTOFF is the value below of which pixels  are  treated  as
125              black  and  UPPERCUTOFF  is  the value above of which pixels are
126              treated as white in the entropy weighting; append "%" signs  for
127              relative values; default: 0%:100%
128
129       --save-masks[=SOFT-TEMPLATE[:HARD-TEMPLATE]]
130              save weight masks in SOFT-TEMPLATE and HARD-TEMPLATE; conversion
131              chars: %i: mask index, %n:  mask  number,  %p:  full  path,  %d:
132              dirname,  %b:  basename,  %f: filename, %e: extension; lowercase
133              characters refer to input images uppercase to the output  image;
134              default: "softmask-%n.tif":"hardmask-%n.tif"
135

AUTHOR

137       Written by Andrew Mihal and others.
138

REPORTING BUGS

140       Report bugs at <http://sourceforge.net/projects/enblend/>.
141
143       Copyright  © 2004-2009 Andrew Mihal.  License GPLv2+: GNU GPL version 2
144       or later <http://www.gnu.org/licenses/gpl.html>
145       This is free software: you are free  to  change  and  redistribute  it.
146       There is NO WARRANTY, to the extent permitted by law.
147

SEE ALSO

149       The  full  documentation  for enfuse is maintained as a Texinfo manual.
150       If the info and enfuse programs are properly installed  at  your  site,
151       the command
152
153              info enfuse
154
155       should give you access to the complete manual.
156
157
158
159enfuse 4.0-753b534c819d          December 2009                       ENFUSE(1)
Impressum