enblend - combine images using a multiresolution spline
enblend [options] [--output=IMAGE]
INPUT...
Blend INPUT images into a single IMAGE.
INPUT... are image filenames or response filenames. Response
filenames start with an "@" character.
- -l,
--levels=LEVELS
- limit number of blending LEVELS to use (1 to 29); negative number of
LEVELS decreases maximum; "auto" restores the default automatic
maximization
- -o,
--output=FILE
- write output to FILE; default: "a.tif"
- -v,
--verbose[=LEVEL]
- verbosely report progress; repeat to increase verbosity or directly set to
LEVEL
- --compression=COMPRESSION
- set compression of output image to COMPRESSION, where COMPRESSION is:
"deflate", "jpeg", "lzw", "none",
"packbits", for TIFF files and 0 to 100, or "jpeg",
"jpeg-arith" for JPEG files, where "jpeg" and
"jpeg-arith" accept a compression level
- --blend-colorspace=COLORSPACE
- force COLORSPACE for blending operations; Enblend uses "CIELUV"
for images with ICC-profile and "IDENTITY" for those without and
also for all floating-point images; other available blend color spaces are
"CIELAB" and "CIECAM"
- -c, --ciecam
- use CIECAM02 to blend colors; disable with "--no-ciecam"; note
that this option will be withdrawn in favor of
"--blend-colorspace"
- -d,
--depth=DEPTH
- set the number of bits per channel of the output image, where DEPTH is
"8", "16", "32", "r32", or
"r64"
- -f
WIDTHxHEIGHT[+xXOFFSET+yYOFFSET]
- manually set the size and position of the output image; useful for cropped
and shifted input TIFF images, such as those produced by Nona
- -g
- associated-alpha hack for Gimp (before version 2) and Cinepaint
- -w,
--wrap[=MODE]
- wrap around image boundary, where MODE is "none",
"horizontal", "vertical", or "both";
default: none; without argument the option selects horizontal
wrapping
- -a,
--pre-assemble
- pre-assemble non-overlapping images; negate with
"--no-pre-assemble"
- -x
- checkpoint partial results
- --fallback-profile=PROFILE-FILE
- use the ICC profile from PROFILE-FILE instead of sRGB
- --layer-selector=ALGORITHM
- set the layer selector ALGORITHM; default: "all-layers";
available algorithms are: "all-layers": select all layers in any
image; "first-layer": select only first layer in each
(multi-)layer image; "last-layer": select only last layer in
each (multi-)layer image; "largest-layer": select largest layer
in each (multi-)layer image; "no-layer": do not select any layer
from any image;
- --parameter=KEY1[=VALUE1][:KEY2[=VALUE2][:...]]
- set one or more KEY-VALUE pairs
- OMP_NUM_THREADS
- The OMP_NUM_THREADS environment variable sets the number of threads to use
in OpenMP parallel regions. If unset Enblend uses as many threads as there
are CPUs.
- OMP_DYNAMIC
- The OMP_DYNAMIC environment variable controls dynamic adjustment of the
number of threads to use in executing OpenMP parallel regions.
Written by Andrew Mihal, Christoph Spiel and others.
Report bugs at <https://bugs.launchpad.net/enblend>.
Copyright © 2004-2009 Andrew Mihal.
Copyright © 2009-2016 Christoph Spiel.
License GPLv2+: GNU GPL version 2 or later
<http://www.gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.