summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-26 11:07:11 +0100
committerJohannes Hofmann <Johannes.Hofmann@gmx.de>2009-01-26 11:07:11 +0100
commit0c74cc4f4dc739772f7c1f450c96e4b6abd9bd3a (patch)
tree057193342653857e5cb88e011a185ecc9cee3c28 /README
parent3316ced96912c0112f39cafa851a538b0f3c75e9 (diff)
standardize -t option for stitching to a TIFF file
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 8 insertions, 6 deletions
diff --git a/README b/README
index 8343d78..bb6822e 100644
--- a/README
+++ b/README
@@ -177,12 +177,14 @@ You can then call
to see the result in a window. Alternatively you can call
gipfel -s -j <outimg> <img1> <img2> ...
to save the result as a JPEG image to <outimg> or
- gipfel -s -t <outdir> <img1> <img2> ...
-to save the result as multiple TIFF images to directory <outdir>.
-Use the multiple TIFF option for blending the result with enblend
-<http://enblend.sourceforge.net/>.
-The width and height of the result images can be adjusted with the
--w and -h options.
+ gipfel -s -t <outimg> <img1> <img2> ...
+to save the result as TIFF image.
+To get multiple TIFF images as input for
+<http://enblend.sourceforge.net/>, call gipfel like this:
+ for i in *.jpg; do gipfel -s -b -t tiff/$i $i; done
+
+The width and height of the result images can be adjusted with
+additional -w and -h options.
You can use the -b switch to enable bicubic interpolation, which
gives smoother results but is a bit slower.